Html Css Color HEX #425988 Tory Blue

📋 copy color: '#425988'

red 66 ◦ green 89 ◦ blue 136

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

Shades of Tory Blue #425988

Tints of Tory Blue #425988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 22.68%
G = 30.58%
B = 46.74%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#425988 (or 0x425988) is known color: Tory Blue. HEX triplet: 42, 59 and 88. RGB value is (66,89,136). Sum of RGB (Red+Green+Blue) = 66+89+136=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #425988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425988 is #BDA677. Grayscale: #575757. Windows color (decimal): -12428920 or 8935746. OLE color: 8935746.

HSL color Cylindrical-coordinate representation of color #425988: hue angle of 220.29º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425988 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 89 136 -
CMYK 0.51 0.35 0 0.47
HSL 220.29º 0.35% 0.4% -
HSV(B) 220.29º 0.51% 0.53% -
XYZ 10.26 10.08 24.7 -
YUV 87.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 66 89 136 0.51 0.35 0 0.47 220.29 0.35 0.4
Hex 42 59 88 33 23 0 2F DC 23 28
Octal 102 131 210 63 43 0 57 334 43 50
Binary 1000010 1011001 10001000 110011 100011 0 101111 11011100 100011 101000

Color Harmonies of #425988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425988

Black with #425988

Text Example


Text Example

White with #425988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425988; }

 p { color: rgb(66,89,136); }

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

background-color css

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

 a { background-color: rgb(66,89,136); }

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

border-color css

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

 span { border-color: rgb(66,89,136); }

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