#374398

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

Shades of Tory Blue #374398

Tints of Tory Blue #374398

Color information

#374398 (or 0x374398) is unknown color: approx Tory Blue. HEX triplet: 37, 43 and 98. RGB value is (55,67,152). Sum of RGB (Red+Green+Blue) = 55+67+152=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #374398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374398 is #C8BC67. Grayscale: #484848. Windows color (decimal): -13155432 or 9978679. OLE color: 9978679.

HSL color Cylindrical-coordinate representation of color #374398: hue angle of 232.58º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374398 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5567152-
CMYK0.640.5600.40
HSL232.58º46.86%40.59%-
HSV(B)232.58º63.82%59.61%-
XYZ9.257.0930.59-
YUV73.1172.52115.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=20.07%
G=24.45%
B=55.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55671520.640.5600.40232.5846.8640.59
Hex3743984038028e92f29
Octal67103230100700503515751
Binary1101111000011100110001000000111000010100011101001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374398; }

 p { color: rgb(55,67,152); }

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

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

 a { background-color: rgb(55,67,152); }

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

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

 span { border-color: rgb(55,67,152); }

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