#423DCC

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

Shades of Free Speech Blue #423DCC

Tints of Free Speech Blue #423DCC

Color information

#423DCC (or 0x423DCC) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3D and CC. RGB value is (66,61,204). Sum of RGB (Red+Green+Blue) = 66+61+204=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #423DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DCC is #BDC233. Grayscale: #4E4E4E. Windows color (decimal): -12436020 or 13385026. OLE color: 13385026.

HSL color Cylindrical-coordinate representation of color #423DCC: hue angle of 242.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #423DCC is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6661204-
CMYK0.680.7000.2
HSL242.1º58.37%51.96%-
HSV(B)242.1º70.1%80%-
XYZ14.818.8658.06-
YUV78.8198.66118.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 61 (24.22% from 255) = 18.43%
BLUE value IS 204 (80.08% from 255) = 61.63%
R=19.94%
G=18.43%
B=61.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66612040.680.7000.2242.158.3751.96
Hex423DCC4446014f23a34
Octal102753141041060243627264
Binary1000010111101110011001000100100011001010011110010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,61,204); }

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

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

 a { background-color: rgb(66,61,204); }

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

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

 span { border-color: rgb(66,61,204); }

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