Html Css Color HEX #424CCC Free Speech Blue

📋 copy color: '#424CCC'

red 66 ◦ green 76 ◦ blue 204

#424CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #424CCC

Tints of Free Speech Blue #424CCC

RGB

 RED value IS 66 (26.17% from 255) = 19.08%

 GREEN value IS 76 (30.08% from 255) = 21.97%

 BLUE value IS 204 (80.08% from 255) = 58.96%

R = 19.08%
G = 21.97%
B = 58.96%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#424CCC (or 0x424CCC) is known color: Free Speech Blue. HEX triplet: 42, 4C and CC. RGB value is (66,76,204). Sum of RGB (Red+Green+Blue) = 66+76+204=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #424CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CCC is #BDB333. Grayscale: #575757. Windows color (decimal): -12432180 or 13388866. OLE color: 13388866.

HSL color Cylindrical-coordinate representation of color #424CCC: hue angle of 235.65º degrees, saturation: 0.57, 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 #424CCC is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 76 204 -
CMYK 0.68 0.63 0 0.2
HSL 235.65º 0.58% 0.53% -
HSV(B) 235.65º 0.68% 0.8% -
XYZ 15.73 10.69 58.36 -
YUV 87.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 66 76 204 0.68 0.63 0 0.2 235.65 0.58 0.53
Hex 42 4C CC 44 3F 0 14 EC 3A 35
Octal 102 114 314 104 77 0 24 354 72 65
Binary 1000010 1001100 11001100 1000100 111111 0 10100 11101100 111010 110101

Color Harmonies of #424CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CCC

Black with #424CCC

Text Example


Text Example

White with #424CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #424CCC;
 }
 .AnyTagClassName
 {
   color: #424CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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