#305399

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

Shades of Tory Blue #305399

Tints of Tory Blue #305399

Color information

#305399 (or 0x305399) is unknown color: approx Tory Blue. HEX triplet: 30, 53 and 99. RGB value is (48,83,153). Sum of RGB (Red+Green+Blue) = 48+83+153=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #305399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305399 is #CFAC66. Grayscale: #505050. Windows color (decimal): -13610087 or 10048304. OLE color: 10048304.

HSL color Cylindrical-coordinate representation of color #305399: hue angle of 220º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305399 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4883153-
CMYK0.690.4600.4
HSL220º52.24%39.41%-
HSV(B)220º68.63%60%-
XYZ10.069.1131.37-
YUV80.51168.9104.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=16.90%
G=29.23%
B=53.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48831530.690.4600.422052.2439.41
Hex305399452E028dc3427
Octal60123231105560503346447
Binary1100001010011100110011000101101110010100011011100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305399; }

 p { color: rgb(48,83,153); }

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

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

 a { background-color: rgb(48,83,153); }

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

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

 span { border-color: rgb(48,83,153); }

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