Html Css Color HEX #425690 Tory Blue

📋 copy color: '#425690'

red 66 ◦ green 86 ◦ blue 144

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

Shades of Tory Blue #425690

Tints of Tory Blue #425690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

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

R = 22.3%
G = 29.05%
B = 48.65%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#425690 (or 0x425690) is known color: Tory Blue. HEX triplet: 42, 56 and 90. RGB value is (66,86,144). Sum of RGB (Red+Green+Blue) = 66+86+144=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #425690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425690 is #BDA96F. Grayscale: #565656. Windows color (decimal): -12429680 or 9459266. OLE color: 9459266.

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

Color convert

RGB 66 86 144 -
CMYK 0.54 0.40 0 0.44
HSL 224.62º 0.37% 0.41% -
HSV(B) 224.62º 0.54% 0.56% -
XYZ 10.61 9.83 27.72 -
YUV 86.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 66 86 144 0.54 0.40 0 0.44 224.62 0.37 0.41
Hex 42 56 90 36 28 0 2C E1 25 29
Octal 102 126 220 66 50 0 54 341 45 51
Binary 1000010 1010110 10010000 110110 101000 0 101100 11100001 100101 101001

Color Harmonies of #425690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425690

Black with #425690

Text Example


Text Example

White with #425690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425690; }

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

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

background-color css

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

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

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

border-color css

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

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

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