#37429A

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

Shades of Tory Blue #37429A

Tints of Tory Blue #37429A

Color information

#37429A (or 0x37429A) is unknown color: approx Tory Blue. HEX triplet: 37, 42 and 9A. RGB value is (55,66,154). Sum of RGB (Red+Green+Blue) = 55+66+154=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #37429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37429A is #C8BD65. Grayscale: #484848. Windows color (decimal): -13155686 or 10109495. OLE color: 10109495.

HSL color Cylindrical-coordinate representation of color #37429A: hue angle of 233.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37429A is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5566154-
CMYK0.640.5700.40
HSL233.33º47.37%40.98%-
HSV(B)233.33º64.29%60.39%-
XYZ9.367.0431.44-
YUV72.74173.86115.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 154 (60.55% from 255) = 56%
R=20%
G=24%
B=56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55661540.640.5700.40233.3347.3740.98
Hex37429A4039028e92f29
Octal67102232100710503515751
Binary1101111000010100110101000000111001010100011101001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,66,154); }

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

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

 a { background-color: rgb(55,66,154); }

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

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

 span { border-color: rgb(55,66,154); }

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