Html Css Color HEX #425791 Tory Blue

📋 copy color: '#425791'

red 66 ◦ green 87 ◦ blue 145

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

Shades of Tory Blue #425791

Tints of Tory Blue #425791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.19%

 BLUE value IS 145 (57.03% from 255) = 48.66%

R = 22.15%
G = 29.19%
B = 48.66%

CMYK

 C value IS 0.54

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#425791 (or 0x425791) is known color: Tory Blue. HEX triplet: 42, 57 and 91. RGB value is (66,87,145). Sum of RGB (Red+Green+Blue) = 66+87+145=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #425791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425791 is #BDA86E. Grayscale: #575757. Windows color (decimal): -12429423 or 9525058. OLE color: 9525058.

HSL color Cylindrical-coordinate representation of color #425791: hue angle of 224.05º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425791 is Cyan = 0.54, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 87 145 -
CMYK 0.54 0.4 0 0.43
HSL 224.05º 0.37% 0.41% -
HSV(B) 224.05º 0.54% 0.57% -
XYZ 10.77 10.02 28.15 -
YUV 87.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 66 87 145 0.54 0.4 0 0.43 224.05 0.37 0.41
Hex 42 57 91 36 28 0 2B E0 25 29
Octal 102 127 221 66 50 0 53 340 45 51
Binary 1000010 1010111 10010001 110110 101000 0 101011 11100000 100101 101001

Color Harmonies of #425791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425791

Black with #425791

Text Example


Text Example

White with #425791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425791; }

 p { color: rgb(66,87,145); }

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

background-color css

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

 a { background-color: rgb(66,87,145); }

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

border-color css

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

 span { border-color: rgb(66,87,145); }

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