#42598B

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

Shades of Tory Blue #42598B

Tints of Tory Blue #42598B

Color information

#42598B (or 0x42598B) is unknown color: approx Tory Blue. HEX triplet: 42, 59 and 8B. RGB value is (66,89,139). Sum of RGB (Red+Green+Blue) = 66+89+139=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #42598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42598B is #BDA674. Grayscale: #575757. Windows color (decimal): -12428917 or 9132354. OLE color: 9132354.

HSL color Cylindrical-coordinate representation of color #42598B: hue angle of 221.1º 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 #42598B is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6689139-
CMYK0.530.3600.45
HSL221.1º35.61%40.2%-
HSV(B)221.1º52.52%54.51%-
XYZ10.4810.1725.84-
YUV87.82156.88112.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 139 (54.69% from 255) = 47.28%
R=22.45%
G=30.27%
B=47.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66891390.530.3600.45221.135.6140.2
Hex42598B352402Ddd2428
Octal10213121365440553354450
Binary1000010101100110001011110101100100010110111011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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