#42588B

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

Shades of Tory Blue #42588B

Tints of Tory Blue #42588B

Color information

#42588B (or 0x42588B) is unknown color: approx Tory Blue. HEX triplet: 42, 58 and 8B. RGB value is (66,88,139). Sum of RGB (Red+Green+Blue) = 66+88+139=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #42588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42588B is #BDA774. Grayscale: #575757. Windows color (decimal): -12429173 or 9132098. OLE color: 9132098.

HSL color Cylindrical-coordinate representation of color #42588B: hue angle of 221.92º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42588B is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6688139-
CMYK0.530.3700.45
HSL221.92º35.61%40.2%-
HSV(B)221.92º52.52%54.51%-
XYZ10.41025.81-
YUV87.24157.21112.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=22.53%
G=30.03%
B=47.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66881390.530.3700.45221.9235.6140.2
Hex42588B352502Dde2428
Octal10213021365450553364450
Binary1000010101100010001011110101100101010110111011110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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