#374D9D

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

Shades of Tory Blue #374D9D

Tints of Tory Blue #374D9D

Color information

#374D9D (or 0x374D9D) is unknown color: approx Tory Blue. HEX triplet: 37, 4D and 9D. RGB value is (55,77,157). Sum of RGB (Red+Green+Blue) = 55+77+157=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #374D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D9D is #C8B262. Grayscale: #4F4F4F. Windows color (decimal): -13152867 or 10308919. OLE color: 10308919.

HSL color Cylindrical-coordinate representation of color #374D9D: hue angle of 227.06º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #374D9D is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5577157-
CMYK0.650.5100.38
HSL227.06º48.11%41.57%-
HSV(B)227.06º64.97%61.57%-
XYZ10.328.5533.01-
YUV79.54171.71110.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=19.03%
G=26.64%
B=54.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55771570.650.5100.38227.0648.1141.57
Hex374D9D4133026e3302a
Octal67115235101630463436052
Binary1101111001101100111011000001110011010011011100011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D9D; }

 p { color: rgb(55,77,157); }

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

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

 a { background-color: rgb(55,77,157); }

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

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

 span { border-color: rgb(55,77,157); }

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