Html Css Color HEX #425688 Tory Blue

📋 copy color: '#425688'

red 66 ◦ green 86 ◦ blue 136

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

Shades of Tory Blue #425688

Tints of Tory Blue #425688

RGB

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

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

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

R = 22.92%
G = 29.86%
B = 47.22%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#425688 (or 0x425688) is known color: Tory Blue. HEX triplet: 42, 56 and 88. RGB value is (66,86,136). Sum of RGB (Red+Green+Blue) = 66+86+136=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #425688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425688 is #BDA977. Grayscale: #555555. Windows color (decimal): -12429688 or 8934978. OLE color: 8934978.

HSL color Cylindrical-coordinate representation of color #425688: hue angle of 222.86º 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 #425688 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 86 136 -
CMYK 0.51 0.37 0 0.47
HSL 222.86º 0.35% 0.4% -
HSV(B) 222.86º 0.51% 0.53% -
XYZ 10.02 9.59 24.62 -
YUV 85.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 66 86 136 0.51 0.37 0 0.47 222.86 0.35 0.4
Hex 42 56 88 33 25 0 2F DF 23 28
Octal 102 126 210 63 45 0 57 337 43 50
Binary 1000010 1010110 10001000 110011 100101 0 101111 11011111 100011 101000

Color Harmonies of #425688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425688

Black with #425688

Text Example


Text Example

White with #425688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425688; }

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

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

background-color css

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

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

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

border-color css

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

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

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