#425388

Color #425388 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #425388

Tints of Tory Blue #425388

Color information

#425388 (or 0x425388) is unknown color: approx Tory Blue. HEX triplet: 42, 53 and 88. RGB value is (66,83,136). Sum of RGB (Red+Green+Blue) = 66+83+136=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #425388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425388 is #BDAC77. Grayscale: #535353. Windows color (decimal): -12430456 or 8934210. OLE color: 8934210.

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

Color convert

RGB6683136-
CMYK0.510.3900.47
HSL225.43º34.65%39.61%-
HSV(B)225.43º51.47%53.33%-
XYZ9.789.1224.54-
YUV83.96157.37115.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=23.16%
G=29.12%
B=47.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66831360.510.3900.47225.4334.6539.61
Hex425388332702Fe12328
Octal10212321063470573414350
Binary1000010101001110001000110011100111010111111100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425388; }

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

 H1.HeaderClassName
 {
   color: #425388;
 }
 .AnyTagClassName
 {
   color: #425388;
 }
</style>
background-color css

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

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

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

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

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

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