Html Css Color HEX #424C88 Tory Blue

📋 copy color: '#424C88'

red 66 ◦ green 76 ◦ blue 136

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

Shades of Tory Blue #424C88

Tints of Tory Blue #424C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.92%

R = 23.74%
G = 27.34%
B = 48.92%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#424C88 (or 0x424C88) is known color: Tory Blue. HEX triplet: 42, 4C and 88. RGB value is (66,76,136). Sum of RGB (Red+Green+Blue) = 66+76+136=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #424C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424C88 is #BDB377. Grayscale: #4F4F4F. Windows color (decimal): -12432248 or 8932418. OLE color: 8932418.

HSL color Cylindrical-coordinate representation of color #424C88: hue angle of 231.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424C88 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 76 136 -
CMYK 0.51 0.44 0 0.47
HSL 231.43º 0.35% 0.4% -
HSV(B) 231.43º 0.51% 0.53% -
XYZ 9.28 8.1 24.37 -
YUV 79.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 66 76 136 0.51 0.44 0 0.47 231.43 0.35 0.4
Hex 42 4C 88 33 2C 0 2F E7 23 28
Octal 102 114 210 63 54 0 57 347 43 50
Binary 1000010 1001100 10001000 110011 101100 0 101111 11100111 100011 101000

Color Harmonies of #424C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C88

Black with #424C88

Text Example


Text Example

White with #424C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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