#374C9D

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

Shades of Tory Blue #374C9D

Tints of Tory Blue #374C9D

Color information

#374C9D (or 0x374C9D) is unknown color: approx Tory Blue. HEX triplet: 37, 4C and 9D. RGB value is (55,76,157). Sum of RGB (Red+Green+Blue) = 55+76+157=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #374C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374C9D is #C8B362. Grayscale: #4E4E4E. Windows color (decimal): -13153123 or 10308663. OLE color: 10308663.

HSL color Cylindrical-coordinate representation of color #374C9D: hue angle of 227.65º 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 #374C9D is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5576157-
CMYK0.650.5200.38
HSL227.65º48.11%41.57%-
HSV(B)227.65º64.97%61.57%-
XYZ10.258.4232.98-
YUV78.96172.04110.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.10%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 157 (61.72% from 255) = 54.51%
R=19.10%
G=26.39%
B=54.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55761570.650.5200.38227.6548.1141.57
Hex374C9D4134026e4302a
Octal67114235101640463446052
Binary1101111001100100111011000001110100010011011100100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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