#423CB5

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

Shades of Free Speech Blue #423CB5

Tints of Free Speech Blue #423CB5

Color information

#423CB5 (or 0x423CB5) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3C and B5. RGB value is (66,60,181). Sum of RGB (Red+Green+Blue) = 66+60+181=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #423CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CB5 is #BDC34A. Grayscale: #4B4B4B. Windows color (decimal): -12436299 or 11877442. OLE color: 11877442.

HSL color Cylindrical-coordinate representation of color #423CB5: hue angle of 242.98º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423CB5 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6660181-
CMYK0.640.6700.29
HSL242.98º50.21%47.25%-
HSV(B)242.98º66.85%70.98%-
XYZ12.27.7344.56-
YUV75.59187.49121.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 60 (23.83% from 255) = 19.54%
BLUE value IS 181 (71.09% from 255) = 58.96%
R=21.50%
G=19.54%
B=58.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66601810.640.6700.29242.9850.2147.25
Hex423CB5404301Df3322f
Octal102742651001030353636257
Binary1000010111100101101011000000100001101110111110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,60,181); }

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

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

 a { background-color: rgb(66,60,181); }

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

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

 span { border-color: rgb(66,60,181); }

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