Html Css Color HEX #425391 Tory Blue

📋 copy color: '#425391'

red 66 ◦ green 83 ◦ blue 145

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

Shades of Tory Blue #425391

Tints of Tory Blue #425391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 22.45%
G = 28.23%
B = 49.32%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#425391 (or 0x425391) is known color: Tory Blue. HEX triplet: 42, 53 and 91. RGB value is (66,83,145). Sum of RGB (Red+Green+Blue) = 66+83+145=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #425391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425391 is #BDAC6E. Grayscale: #545454. Windows color (decimal): -12430447 or 9524034. OLE color: 9524034.

HSL color Cylindrical-coordinate representation of color #425391: hue angle of 227.09º 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 #425391 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 83 145 -
CMYK 0.54 0.43 0 0.43
HSL 227.09º 0.37% 0.41% -
HSV(B) 227.09º 0.54% 0.57% -
XYZ 10.45 9.39 28.05 -
YUV 84.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 66 83 145 0.54 0.43 0 0.43 227.09 0.37 0.41
Hex 42 53 91 36 2B 0 2B E3 25 29
Octal 102 123 221 66 53 0 53 343 45 51
Binary 1000010 1010011 10010001 110110 101011 0 101011 11100011 100101 101001

Color Harmonies of #425391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425391

Black with #425391

Text Example


Text Example

White with #425391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425391; }

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

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

background-color css

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

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

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

border-color css

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

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

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