Html Css Color HEX #424D87 Tory Blue

📋 copy color: '#424D87'

red 66 ◦ green 77 ◦ blue 135

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

Shades of Tory Blue #424D87

Tints of Tory Blue #424D87

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

 BLUE value IS 135 (53.13% from 255) = 48.56%

R = 23.74%
G = 27.7%
B = 48.56%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#424D87 (or 0x424D87) is known color: Tory Blue. HEX triplet: 42, 4D and 87. RGB value is (66,77,135). Sum of RGB (Red+Green+Blue) = 66+77+135=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #424D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424D87 is #BDB278. Grayscale: #505050. Windows color (decimal): -12431993 or 8867138. OLE color: 8867138.

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

Color convert

RGB 66 77 135 -
CMYK 0.51 0.43 0 0.47
HSL 230.43º 0.34% 0.39% -
HSV(B) 230.43º 0.51% 0.53% -
XYZ 9.27 8.22 24.02 -
YUV 80.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 66 77 135 0.51 0.43 0 0.47 230.43 0.34 0.39
Hex 42 4D 87 33 2B 0 2F E6 22 27
Octal 102 115 207 63 53 0 57 346 42 47
Binary 1000010 1001101 10000111 110011 101011 0 101111 11100110 100010 100111

Color Harmonies of #424D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D87

Black with #424D87

Text Example


Text Example

White with #424D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,135); }

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

background-color css

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

 a { background-color: rgb(66,77,135); }

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

border-color css

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

 span { border-color: rgb(66,77,135); }

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