#374DA3

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

Shades of Tory Blue #374DA3

Tints of Tory Blue #374DA3

Color information

#374DA3 (or 0x374DA3) is unknown color: approx Tory Blue. HEX triplet: 37, 4D and A3. RGB value is (55,77,163). Sum of RGB (Red+Green+Blue) = 55+77+163=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 163 (64.06% from 255 or 55.25% from 295); Max value from RGB is 163 - color contains mainly: blue. Hex color #374DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #374DA3 is #C8B25C. Grayscale: #4F4F4F. Windows color (decimal): -13152861 or 10702135. OLE color: 10702135.

HSL color Cylindrical-coordinate representation of color #374DA3: hue angle of 227.78º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374DA3 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5577163-
CMYK0.660.5300.36
HSL227.78º49.54%42.75%-
HSV(B)227.78º66.26%63.92%-
XYZ10.848.7635.77-
YUV80.23174.71110.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 163 (64.06% from 255) = 55.25%
R=18.64%
G=26.10%
B=55.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55771630.660.5300.36227.7849.5442.75
Hex374DA34235024e4322b
Octal67115243102650443446253
Binary1101111001101101000111000010110101010010011100100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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