#37508A

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

Shades of Tory Blue #37508A

Tints of Tory Blue #37508A

Color information

#37508A (or 0x37508A) is unknown color: approx Tory Blue. HEX triplet: 37, 50 and 8A. RGB value is (55,80,138). Sum of RGB (Red+Green+Blue) = 55+80+138=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #37508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37508A is #C8AF75. Grayscale: #4E4E4E. Windows color (decimal): -13152118 or 9064503. OLE color: 9064503.

HSL color Cylindrical-coordinate representation of color #37508A: hue angle of 221.93º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37508A is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5580138-
CMYK0.600.4200.46
HSL221.93º43.01%37.84%-
HSV(B)221.93º60.14%54.12%-
XYZ9.038.3825.19-
YUV79.14161.22110.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=20.15%
G=29.30%
B=50.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55801380.600.4200.46221.9343.0137.84
Hex37508A3C2A02Ede2b26
Octal6712021274520563365346
Binary110111101000010001010111100101010010111011011110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,80,138); }

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

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

 a { background-color: rgb(55,80,138); }

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

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

 span { border-color: rgb(55,80,138); }

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