Html Css Color HEX #424B88 Tory Blue

📋 copy color: '#424B88'

red 66 ◦ green 75 ◦ blue 136

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

Shades of Tory Blue #424B88

Tints of Tory Blue #424B88

RGB

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

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

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

R = 23.83%
G = 27.08%
B = 49.1%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#424B88 (or 0x424B88) is known color: Tory Blue. HEX triplet: 42, 4B and 88. RGB value is (66,75,136). Sum of RGB (Red+Green+Blue) = 66+75+136=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #424B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B88 is #BDB477. Grayscale: #4F4F4F. Windows color (decimal): -12432504 or 8932162. OLE color: 8932162.

HSL color Cylindrical-coordinate representation of color #424B88: hue angle of 232.29º 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 #424B88 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 75 136 -
CMYK 0.51 0.45 0 0.47
HSL 232.29º 0.35% 0.4% -
HSV(B) 232.29º 0.51% 0.53% -
XYZ 9.21 7.97 24.35 -
YUV 79.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 66 75 136 0.51 0.45 0 0.47 232.29 0.35 0.4
Hex 42 4B 88 33 2D 0 2F E8 23 28
Octal 102 113 210 63 55 0 57 350 43 50
Binary 1000010 1001011 10001000 110011 101101 0 101111 11101000 100011 101000

Color Harmonies of #424B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B88

Black with #424B88

Text Example


Text Example

White with #424B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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