#37438B

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

Shades of Tory Blue #37438B

Tints of Tory Blue #37438B

Color information

#37438B (or 0x37438B) is unknown color: approx Tory Blue. HEX triplet: 37, 43 and 8B. RGB value is (55,67,139). Sum of RGB (Red+Green+Blue) = 55+67+139=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #37438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37438B is #C8BC74. Grayscale: #474747. Windows color (decimal): -13155445 or 9126711. OLE color: 9126711.

HSL color Cylindrical-coordinate representation of color #37438B: hue angle of 231.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37438B is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5567139-
CMYK0.600.5200.45
HSL231.43º43.3%38.04%-
HSV(B)231.43º60.43%54.51%-
XYZ8.246.6925.28-
YUV71.62166.02116.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=21.07%
G=25.67%
B=53.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55671390.600.5200.45231.4343.338.04
Hex37438B3C3402De72b26
Octal6710321374640553475346
Binary110111100001110001011111100110100010110111100111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,67,139); }

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

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

 a { background-color: rgb(55,67,139); }

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

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

 span { border-color: rgb(55,67,139); }

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