Html Css Color HEX #425497 Tory Blue

📋 copy color: '#425497'

red 66 ◦ green 84 ◦ blue 151

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

Shades of Tory Blue #425497

Tints of Tory Blue #425497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 151 (59.38% from 255) = 50.17%

R = 21.93%
G = 27.91%
B = 50.17%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#425497 (or 0x425497) is known color: Tory Blue. HEX triplet: 42, 54 and 97. RGB value is (66,84,151). Sum of RGB (Red+Green+Blue) = 66+84+151=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #425497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425497 is #BDAB68. Grayscale: #555555. Windows color (decimal): -12430185 or 9917506. OLE color: 9917506.

HSL color Cylindrical-coordinate representation of color #425497: hue angle of 227.29º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425497 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 84 151 -
CMYK 0.56 0.44 0 0.41
HSL 227.29º 0.39% 0.43% -
HSV(B) 227.29º 0.56% 0.59% -
XYZ 11 9.73 30.58 -
YUV 86.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 66 84 151 0.56 0.44 0 0.41 227.29 0.39 0.43
Hex 42 54 97 38 2C 0 29 E3 27 2B
Octal 102 124 227 70 54 0 51 343 47 53
Binary 1000010 1010100 10010111 111000 101100 0 101001 11100011 100111 101011

Color Harmonies of #425497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425497

Black with #425497

Text Example


Text Example

White with #425497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425497; }

 p { color: rgb(66,84,151); }

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

background-color css

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

 a { background-color: rgb(66,84,151); }

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

border-color css

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

 span { border-color: rgb(66,84,151); }

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