#425888

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

Shades of Tory Blue #425888

Tints of Tory Blue #425888

Color information

#425888 (or 0x425888) is unknown color: approx Tory Blue. HEX triplet: 42, 58 and 88. RGB value is (66,88,136). Sum of RGB (Red+Green+Blue) = 66+88+136=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #425888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425888 is #BDA777. Grayscale: #565656. Windows color (decimal): -12429176 or 8935490. OLE color: 8935490.

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

Color convert

RGB6688136-
CMYK0.510.3500.47
HSL221.14º34.65%39.61%-
HSV(B)221.14º51.47%53.33%-
XYZ10.189.9224.67-
YUV86.89155.71113.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=22.76%
G=30.34%
B=46.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66881360.510.3500.47221.1434.6539.61
Hex425888332302Fdd2328
Octal10213021063430573354350
Binary1000010101100010001000110011100011010111111011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425888; }

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

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

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

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

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

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

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

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