#42598A

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

Shades of Tory Blue #42598A

Tints of Tory Blue #42598A

Color information

#42598A (or 0x42598A) is unknown color: approx Tory Blue. HEX triplet: 42, 59 and 8A. RGB value is (66,89,138). Sum of RGB (Red+Green+Blue) = 66+89+138=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #42598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42598A is #BDA675. Grayscale: #575757. Windows color (decimal): -12428918 or 9066818. OLE color: 9066818.

HSL color Cylindrical-coordinate representation of color #42598A: hue angle of 220.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42598A is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6689138-
CMYK0.520.3600.46
HSL220.83º35.29%40%-
HSV(B)220.83º52.17%54.12%-
XYZ10.4110.1425.45-
YUV87.71156.38112.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=22.53%
G=30.38%
B=47.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66891380.520.3600.46220.8335.2940
Hex42598A342402Edd2328
Octal10213121264440563354350
Binary1000010101100110001010110100100100010111011011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42598A; }

 p { color: rgb(66,89,138); }

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

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

 a { background-color: rgb(66,89,138); }

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

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

 span { border-color: rgb(66,89,138); }

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