#42588E

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

Shades of Tory Blue #42588E

Tints of Tory Blue #42588E

Color information

#42588E (or 0x42588E) is unknown color: approx Tory Blue. HEX triplet: 42, 58 and 8E. RGB value is (66,88,142). Sum of RGB (Red+Green+Blue) = 66+88+142=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #42588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42588E is #BDA771. Grayscale: #575757. Windows color (decimal): -12429170 or 9328706. OLE color: 9328706.

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

Color convert

RGB6688142-
CMYK0.540.3800.44
HSL222.63º36.54%40.78%-
HSV(B)222.63º53.52%55.69%-
XYZ10.6210.0926.98-
YUV87.58158.71112.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=22.30%
G=29.73%
B=47.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66881420.540.3800.44222.6336.5440.78
Hex42588E362602Cdf2529
Octal10213021666460543374551
Binary1000010101100010001110110110100110010110011011111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42588E; }

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

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

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

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

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

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

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

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