Html Css Color HEX #424CBC Free Speech Blue

📋 copy color: '#424CBC'

red 66 ◦ green 76 ◦ blue 188

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

Shades of Free Speech Blue #424CBC

Tints of Free Speech Blue #424CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 20%
G = 23.03%
B = 56.97%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#424CBC (or 0x424CBC) is known color: Free Speech Blue. HEX triplet: 42, 4C and BC. RGB value is (66,76,188). Sum of RGB (Red+Green+Blue) = 66+76+188=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #424CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CBC is #BDB343. Grayscale: #555555. Windows color (decimal): -12432196 or 12340290. OLE color: 12340290.

HSL color Cylindrical-coordinate representation of color #424CBC: hue angle of 235.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424CBC is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 76 188 -
CMYK 0.65 0.60 0 0.26
HSL 235.08º 0.48% 0.5% -
HSV(B) 235.08º 0.65% 0.74% -
XYZ 13.91 9.96 48.77 -
YUV 85.78 185.69 113.89 -
System Red Green Blue C M Y K H S L
Decimal 66 76 188 0.65 0.60 0 0.26 235.08 0.48 0.5
Hex 42 4C BC 41 3C 0 1A EB 30 32
Octal 102 114 274 101 74 0 32 353 60 62
Binary 1000010 1001100 10111100 1000001 111100 0 11010 11101011 110000 110010

Color Harmonies of #424CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CBC

Black with #424CBC

Text Example


Text Example

White with #424CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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