#423FBA

Color #423FBA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #423FBA

Tints of Free Speech Blue #423FBA

Color information

#423FBA (or 0x423FBA) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3F and BA. RGB value is (66,63,186). Sum of RGB (Red+Green+Blue) = 66+63+186=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #423FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FBA is #BDC045. Grayscale: #4D4D4D. Windows color (decimal): -12435526 or 12205890. OLE color: 12205890.

HSL color Cylindrical-coordinate representation of color #423FBA: hue angle of 241.46º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423FBA is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6663186-
CMYK0.650.6600.27
HSL241.46º49.4%48.82%-
HSV(B)241.46º66.13%72.94%-
XYZ12.898.2647.37-
YUV77.92188.99119.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 63 (25% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=20.95%
G=20%
B=59.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66631860.650.6600.27241.4649.448.82
Hex423FBA414201Bf13131
Octal102772721011020333616161
Binary1000010111111101110101000001100001001101111110001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423FBA; }

 p { color: rgb(66,63,186); }

 H1.HeaderClassName
 {
   color: #423FBA;
 }
 .AnyTagClassName
 {
   color: #423FBA;
 }
</style>
background-color css

<style>
 a { background-color: #423FBA; }

 a { background-color: rgb(66,63,186); }

 div.DivClassName
 {
   background-color: #423FBA;
 }
 .BgClassName
 {
   background-color: #423FBA;
 }
</style>
border-color css

<style>
 span { border-color: #423FBA; }

 span { border-color: rgb(66,63,186); }

 td.TdClassName
 {
   border-color: #423FBA;
 }
 .TagClassName
 {
   border-color: #423FBA;
 }
</style>