#374884

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

Shades of Tory Blue #374884

Tints of Tory Blue #374884

Color information

#374884 (or 0x374884) is unknown color: approx Tory Blue. HEX triplet: 37, 48 and 84. RGB value is (55,72,132). Sum of RGB (Red+Green+Blue) = 55+72+132=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #374884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374884 is #C8B77B. Grayscale: #494949. Windows color (decimal): -13154172 or 8669239. OLE color: 8669239.

HSL color Cylindrical-coordinate representation of color #374884: hue angle of 226.75º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374884 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5572132-
CMYK0.580.4500.48
HSL226.75º41.18%36.67%-
HSV(B)226.75º58.33%51.76%-
XYZ8.067.1122.78-
YUV73.76160.87114.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=21.24%
G=27.80%
B=50.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55721320.580.4500.48226.7541.1836.67
Hex3748843A2D030e32925
Octal6711020472550603435145
Binary110111100100010000100111010101101011000011100011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374884; }

 p { color: rgb(55,72,132); }

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

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

 a { background-color: rgb(55,72,132); }

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

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

 span { border-color: rgb(55,72,132); }

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