#423BB7

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

Shades of Free Speech Blue #423BB7

Tints of Free Speech Blue #423BB7

Color information

#423BB7 (or 0x423BB7) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3B and B7. RGB value is (66,59,183). Sum of RGB (Red+Green+Blue) = 66+59+183=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #423BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423BB7 is #BDC448. Grayscale: #4A4A4A. Windows color (decimal): -12436553 or 12008258. OLE color: 12008258.

HSL color Cylindrical-coordinate representation of color #423BB7: hue angle of 243.39º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423BB7 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6659183-
CMYK0.640.6800.28
HSL243.39º51.24%47.45%-
HSV(B)243.39º67.76%71.76%-
XYZ12.367.7145.64-
YUV75.23188.82121.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 183 (71.88% from 255) = 59.42%
R=21.43%
G=19.16%
B=59.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal66591830.640.6800.28243.3951.2447.45
Hex423BB7404401Cf3332f
Octal102732671001040343636357
Binary1000010111011101101111000000100010001110011110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,59,183); }

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

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

 a { background-color: rgb(66,59,183); }

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

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

 span { border-color: rgb(66,59,183); }

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