#375398

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

Shades of Tory Blue #375398

Tints of Tory Blue #375398

Color information

#375398 (or 0x375398) is unknown color: approx Tory Blue. HEX triplet: 37, 53 and 98. RGB value is (55,83,152). Sum of RGB (Red+Green+Blue) = 55+83+152=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #375398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375398 is #C8AC67. Grayscale: #525252. Windows color (decimal): -13151336 or 9982775. OLE color: 9982775.

HSL color Cylindrical-coordinate representation of color #375398: hue angle of 222.68º 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 #375398 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5583152-
CMYK0.640.4500.40
HSL222.68º46.86%40.59%-
HSV(B)222.68º63.82%59.61%-
XYZ10.349.2730.95-
YUV82.49167.22108.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=18.97%
G=28.62%
B=52.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55831520.640.4500.40222.6846.8640.59
Hex375398402D028df2f29
Octal67123230100550503375751
Binary1101111010011100110001000000101101010100011011111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375398; }

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

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

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

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

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

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

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

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