#423FD5

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

Shades of Free Speech Blue #423FD5

Tints of Free Speech Blue #423FD5

Color information

#423FD5 (or 0x423FD5) is unknown color: approx Free Speech Blue. HEX triplet: 42, 3F and D5. RGB value is (66,63,213). Sum of RGB (Red+Green+Blue) = 66+63+213=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #423FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FD5 is #BDC02A. Grayscale: #505050. Windows color (decimal): -12435499 or 13975362. OLE color: 13975362.

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

Color convert

RGB6663213-
CMYK0.690.7000.16
HSL241.2º64.1%54.12%-
HSV(B)241.2º70.42%83.53%-
XYZ16.039.5263.94-
YUV81202.49117.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 213 (83.59% from 255) = 62.28%
R=19.30%
G=18.42%
B=62.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66632130.690.7000.16241.264.154.12
Hex423FD54546010f14036
Octal1027732510510602036110066
Binary10000101111111101010110001011000110010000111100011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,63,213); }

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

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

 a { background-color: rgb(66,63,213); }

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

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

 span { border-color: rgb(66,63,213); }

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