#374D82

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

Shades of Tory Blue #374D82

Tints of Tory Blue #374D82

Color information

#374D82 (or 0x374D82) is unknown color: approx Tory Blue. HEX triplet: 37, 4D and 82. RGB value is (55,77,130). Sum of RGB (Red+Green+Blue) = 55+77+130=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #374D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374D82 is #C8B27D. Grayscale: #4C4C4C. Windows color (decimal): -13152894 or 8539447. OLE color: 8539447.

HSL color Cylindrical-coordinate representation of color #374D82: hue angle of 222.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #374D82 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5577130-
CMYK0.580.4100.49
HSL222.4º40.54%36.27%-
HSV(B)222.4º57.69%50.98%-
XYZ8.267.7322.18-
YUV76.46158.21112.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.99%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=20.99%
G=29.39%
B=49.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55771300.580.4100.49222.440.5436.27
Hex374D823A29031de2924
Octal6711520272510613365144
Binary110111100110110000010111010101001011000111011110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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