Html Css Color HEX #425191 Tory Blue

📋 copy color: '#425191'

red 66 ◦ green 81 ◦ blue 145

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

Shades of Tory Blue #425191

Tints of Tory Blue #425191

RGB

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

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

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

R = 22.6%
G = 27.74%
B = 49.66%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#425191 (or 0x425191) is known color: Tory Blue. HEX triplet: 42, 51 and 91. RGB value is (66,81,145). Sum of RGB (Red+Green+Blue) = 66+81+145=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #425191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425191 is #BDAE6E. Grayscale: #535353. Windows color (decimal): -12430959 or 9523522. OLE color: 9523522.

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

Color convert

RGB 66 81 145 -
CMYK 0.54 0.44 0 0.43
HSL 228.61º 0.37% 0.41% -
HSV(B) 228.61º 0.54% 0.57% -
XYZ 10.3 9.09 28 -
YUV 83.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 66 81 145 0.54 0.44 0 0.43 228.61 0.37 0.41
Hex 42 51 91 36 2C 0 2B E5 25 29
Octal 102 121 221 66 54 0 53 345 45 51
Binary 1000010 1010001 10010001 110110 101100 0 101011 11100101 100101 101001

Color Harmonies of #425191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425191

Black with #425191

Text Example


Text Example

White with #425191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425191; }

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

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

background-color css

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

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

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

border-color css

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

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

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