#423DD6

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

Shades of Free Speech Blue #423DD6

Tints of Free Speech Blue #423DD6

Color information

#423DD6 (or 0x423DD6) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3D and D6. RGB value is (66,61,214). Sum of RGB (Red+Green+Blue) = 66+61+214=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #423DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DD6 is #BDC229. Grayscale: #4F4F4F. Windows color (decimal): -12436010 or 14040386. OLE color: 14040386.

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

Color convert

RGB6661214-
CMYK0.690.7100.16
HSL241.96º65.11%53.92%-
HSV(B)241.96º71.5%83.92%-
XYZ16.059.3564.58-
YUV79.94203.66118.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 214 (83.98% from 255) = 62.76%
R=19.35%
G=17.89%
B=62.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66612140.690.7100.16241.9665.1153.92
Hex423DD64547010f24136
Octal1027532610510702036210166
Binary10000101111011101011010001011000111010000111100101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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