Html Css Color HEX #424BC2 Free Speech Blue

📋 copy color: '#424BC2'

red 66 ◦ green 75 ◦ blue 194

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

Shades of Free Speech Blue #424BC2

Tints of Free Speech Blue #424BC2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

 BLUE value IS 194 (76.17% from 255) = 57.91%

R = 19.7%
G = 22.39%
B = 57.91%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#424BC2 (or 0x424BC2) is known color: Free Speech Blue. HEX triplet: 42, 4B and C2. RGB value is (66,75,194). Sum of RGB (Red+Green+Blue) = 66+75+194=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #424BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BC2 is #BDB43D. Grayscale: #555555. Windows color (decimal): -12432446 or 12733250. OLE color: 12733250.

HSL color Cylindrical-coordinate representation of color #424BC2: hue angle of 235.78º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424BC2 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 75 194 -
CMYK 0.66 0.61 0 0.24
HSL 235.78º 0.51% 0.51% -
HSV(B) 235.78º 0.66% 0.76% -
XYZ 14.5 10.09 52.22 -
YUV 85.88 189.02 113.82 -
System Red Green Blue C M Y K H S L
Decimal 66 75 194 0.66 0.61 0 0.24 235.78 0.51 0.51
Hex 42 4B C2 42 3D 0 18 EC 33 33
Octal 102 113 302 102 75 0 30 354 63 63
Binary 1000010 1001011 11000010 1000010 111101 0 11000 11101100 110011 110011

Color Harmonies of #424BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BC2

Black with #424BC2

Text Example


Text Example

White with #424BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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