#423BD4

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

Shades of Free Speech Blue #423BD4

Tints of Free Speech Blue #423BD4

Color information

#423BD4 (or 0x423BD4) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3B and D4. RGB value is (66,59,212). Sum of RGB (Red+Green+Blue) = 66+59+212=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 212 (83.20% from 255 or 62.91% from 337); Max value from RGB is 212 - color contains mainly: blue. Hex color #423BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423BD4 is #BDC42B. Grayscale: #4D4D4D. Windows color (decimal): -12436524 or 13908802. OLE color: 13908802.

HSL color Cylindrical-coordinate representation of color #423BD4: hue angle of 242.75º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #423BD4 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6659212-
CMYK0.690.7200.17
HSL242.75º64.02%53.14%-
HSV(B)242.75º72.17%83.14%-
XYZ15.699.0463.2-
YUV78.54203.32119.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 212 (83.20% from 255) = 62.91%
R=19.58%
G=17.51%
B=62.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal66592120.690.7200.17242.7564.0253.14
Hex423BD44548011f34035
Octal1027332410511002136310065
Binary10000101110111101010010001011001000010001111100111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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