#374E85

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

Shades of Tory Blue #374E85

Tints of Tory Blue #374E85

Color information

#374E85 (or 0x374E85) is unknown color: approx Tory Blue. HEX triplet: 37, 4E and 85. RGB value is (55,78,133). Sum of RGB (Red+Green+Blue) = 55+78+133=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #374E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374E85 is #C8B17A. Grayscale: #4D4D4D. Windows color (decimal): -13152635 or 8736311. OLE color: 8736311.

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

Color convert

RGB5578133-
CMYK0.590.4100.48
HSL222.31º41.49%36.86%-
HSV(B)222.31º58.65%52.16%-
XYZ8.537.9523.28-
YUV77.39159.38112.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 133 (52.34% from 255) = 50%
R=20.68%
G=29.32%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55781330.590.4100.48222.3141.4936.86
Hex374E853B29030de2925
Octal6711620573510603365145
Binary110111100111010000101111011101001011000011011110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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