#374988

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

Shades of Tory Blue #374988

Tints of Tory Blue #374988

Color information

#374988 (or 0x374988) is unknown color: approx Tory Blue. HEX triplet: 37, 49 and 88. RGB value is (55,73,136). Sum of RGB (Red+Green+Blue) = 55+73+136=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #374988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374988 is #C8B677. Grayscale: #4A4A4A. Windows color (decimal): -13153912 or 8931639. OLE color: 8931639.

HSL color Cylindrical-coordinate representation of color #374988: hue angle of 226.67º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #374988 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5573136-
CMYK0.600.4600.47
HSL226.67º42.41%37.45%-
HSV(B)226.67º59.56%53.33%-
XYZ8.47.3524.27-
YUV74.8162.54113.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=20.83%
G=27.65%
B=51.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55731360.600.4600.47226.6742.4137.45
Hex3749883C2E02Fe32a25
Octal6711121074560573435245
Binary110111100100110001000111100101110010111111100011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374988; }

 p { color: rgb(55,73,136); }

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

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

 a { background-color: rgb(55,73,136); }

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

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

 span { border-color: rgb(55,73,136); }

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