#424BCD

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

Shades of Free Speech Blue #424BCD

Tints of Free Speech Blue #424BCD

Color information

#424BCD (or 0x424BCD) is unknown color: approx Free Speech Blue. HEX triplet: 42, 4B and CD. RGB value is (66,75,205). Sum of RGB (Red+Green+Blue) = 66+75+205=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #424BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BCD is #BDB432. Grayscale: #565656. Windows color (decimal): -12432435 or 13454146. OLE color: 13454146.

HSL color Cylindrical-coordinate representation of color #424BCD: hue angle of 236.12º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424BCD is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6675205-
CMYK0.680.6300.20
HSL236.12º58.16%53.14%-
HSV(B)236.12º67.8%80.39%-
XYZ15.7810.658.97-
YUV87.13194.52112.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 205 (80.47% from 255) = 59.25%
R=19.08%
G=21.68%
B=59.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal66752050.680.6300.20236.1258.1653.14
Hex424BCD443F014ec3a35
Octal102113315104770243547265
Binary1000010100101111001101100010011111101010011101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424BCD; }

 p { color: rgb(66,75,205); }

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

<style>
 a { background-color: #424BCD; }

 a { background-color: rgb(66,75,205); }

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

<style>
 span { border-color: #424BCD; }

 span { border-color: rgb(66,75,205); }

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