Html Css Color HEX #425187 Tory Blue

📋 copy color: '#425187'

red 66 ◦ green 81 ◦ blue 135

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

Shades of Tory Blue #425187

Tints of Tory Blue #425187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

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

R = 23.4%
G = 28.72%
B = 47.87%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#425187 (or 0x425187) is known color: Tory Blue. HEX triplet: 42, 51 and 87. RGB value is (66,81,135). Sum of RGB (Red+Green+Blue) = 66+81+135=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #425187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425187 is #BDAE78. Grayscale: #525252. Windows color (decimal): -12430969 or 8868162. OLE color: 8868162.

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

Color convert

RGB 66 81 135 -
CMYK 0.51 0.40 0 0.47
HSL 226.96º 0.34% 0.39% -
HSV(B) 226.96º 0.51% 0.53% -
XYZ 9.56 8.79 24.11 -
YUV 82.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 66 81 135 0.51 0.40 0 0.47 226.96 0.34 0.39
Hex 42 51 87 33 28 0 2F E3 22 27
Octal 102 121 207 63 50 0 57 343 42 47
Binary 1000010 1010001 10000111 110011 101000 0 101111 11100011 100010 100111

Color Harmonies of #425187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425187

Black with #425187

Text Example


Text Example

White with #425187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425187; }

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

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

background-color css

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

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

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

border-color css

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

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

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