#37468A

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

Shades of Tory Blue #37468A

Tints of Tory Blue #37468A

Color information

#37468A (or 0x37468A) is unknown color: approx Tory Blue. HEX triplet: 37, 46 and 8A. RGB value is (55,70,138). Sum of RGB (Red+Green+Blue) = 55+70+138=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #37468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37468A is #C8B975. Grayscale: #484848. Windows color (decimal): -13154678 or 9061943. OLE color: 9061943.

HSL color Cylindrical-coordinate representation of color #37468A: hue angle of 229.16º 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 #37468A is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5570138-
CMYK0.600.4900.46
HSL229.16º43.01%37.84%-
HSV(B)229.16º60.14%54.12%-
XYZ8.357.0324.96-
YUV73.27164.53114.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=20.91%
G=26.62%
B=52.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55701380.600.4900.46229.1643.0137.84
Hex37468A3C3102Ee52b26
Octal6710621274610563455346
Binary110111100011010001010111100110001010111011100101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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