Html Css Color HEX #425190 Tory Blue

📋 copy color: '#425190'

red 66 ◦ green 81 ◦ blue 144

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

Shades of Tory Blue #425190

Tints of Tory Blue #425190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 22.68%
G = 27.84%
B = 49.48%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#425190 (or 0x425190) is known color: Tory Blue. HEX triplet: 42, 51 and 90. RGB value is (66,81,144). Sum of RGB (Red+Green+Blue) = 66+81+144=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #425190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425190 is #BDAE6F. Grayscale: #535353. Windows color (decimal): -12430960 or 9457986. OLE color: 9457986.

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

Color convert

RGB 66 81 144 -
CMYK 0.54 0.44 0 0.44
HSL 228.46º 0.37% 0.41% -
HSV(B) 228.46º 0.54% 0.56% -
XYZ 10.22 9.06 27.59 -
YUV 83.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 66 81 144 0.54 0.44 0 0.44 228.46 0.37 0.41
Hex 42 51 90 36 2C 0 2C E4 25 29
Octal 102 121 220 66 54 0 54 344 45 51
Binary 1000010 1010001 10010000 110110 101100 0 101100 11100100 100101 101001

Color Harmonies of #425190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425190

Black with #425190

Text Example


Text Example

White with #425190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425190; }

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

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

background-color css

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

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

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

border-color css

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

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

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