#374AA2

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

Shades of Tory Blue #374AA2

Tints of Tory Blue #374AA2

Color information

#374AA2 (or 0x374AA2) is unknown color: approx Tory Blue. HEX triplet: 37, 4A and A2. RGB value is (55,74,162). Sum of RGB (Red+Green+Blue) = 55+74+162=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #374AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374AA2 is #C8B55D. Grayscale: #4D4D4D. Windows color (decimal): -13153630 or 10635831. OLE color: 10635831.

HSL color Cylindrical-coordinate representation of color #374AA2: hue angle of 229.35º degrees, saturation: 0.49, 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 #374AA2 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5574162-
CMYK0.660.5400.36
HSL229.35º49.31%42.55%-
HSV(B)229.35º66.05%63.53%-
XYZ10.558.3235.23-
YUV78.35175.21111.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.90%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 162 (63.67% from 255) = 55.67%
R=18.90%
G=25.43%
B=55.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55741620.660.5400.36229.3549.3142.55
Hex374AA24236024e5312b
Octal67112242102660443456153
Binary1101111001010101000101000010110110010010011100101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,74,162); }

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

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

 a { background-color: rgb(55,74,162); }

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

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

 span { border-color: rgb(55,74,162); }

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