#374E82

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

Shades of Tory Blue #374E82

Tints of Tory Blue #374E82

Color information

#374E82 (or 0x374E82) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 82. RGB value is (55,78,130). Sum of RGB (Red+Green+Blue) = 55+78+130=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #374E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E82 is #C8B17D. Grayscale: #4C4C4C. Windows color (decimal): -13152638 or 8539703. OLE color: 8539703.

HSL color Cylindrical-coordinate representation of color #374E82: hue angle of 221.6º 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 #374E82 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5578130-
CMYK0.580.4000.49
HSL221.6º40.54%36.27%-
HSV(B)221.6º57.69%50.98%-
XYZ8.337.8722.2-
YUV77.05157.88112.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=20.91%
G=29.66%
B=49.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55781300.580.4000.49221.640.5436.27
Hex374E823A28031de2924
Octal6711620272500613365144
Binary110111100111010000010111010101000011000111011110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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