#423BD6

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

Shades of Free Speech Blue #423BD6

Tints of Free Speech Blue #423BD6

Color information

#423BD6 (or 0x423BD6) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3B and D6. RGB value is (66,59,214). Sum of RGB (Red+Green+Blue) = 66+59+214=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #423BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423BD6 is #BDC429. Grayscale: #4E4E4E. Windows color (decimal): -12436522 or 14039874. OLE color: 14039874.

HSL color Cylindrical-coordinate representation of color #423BD6: hue angle of 242.71º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #423BD6 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6659214-
CMYK0.690.7200.16
HSL242.71º65.4%53.53%-
HSV(B)242.71º72.43%83.92%-
XYZ15.959.1464.54-
YUV78.76204.32118.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 214 (83.98% from 255) = 63.13%
R=19.47%
G=17.40%
B=63.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66592140.690.7200.16242.7165.453.53
Hex423BD64548010f34136
Octal1027332610511002036310166
Binary10000101110111101011010001011001000010000111100111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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