#305296

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

Shades of Tory Blue #305296

Tints of Tory Blue #305296

Color information

#305296 (or 0x305296) is unknown color: approx Tory Blue. HEX triplet: 30, 52 and 96. RGB value is (48,82,150). Sum of RGB (Red+Green+Blue) = 48+82+150=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #305296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305296 is #CFAD69. Grayscale: #4F4F4F. Windows color (decimal): -13610346 or 9851440. OLE color: 9851440.

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

Color convert

RGB4882150-
CMYK0.680.4500.41
HSL220º51.52%38.82%-
HSV(B)220º68%58.82%-
XYZ9.748.8630.05-
YUV79.59167.74105.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 150 (58.98% from 255) = 53.57%
R=17.14%
G=29.29%
B=53.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48821500.680.4500.4122051.5238.82
Hex305296442D029dc3427
Octal60122226104550513346447
Binary1100001010010100101101000100101101010100111011100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305296; }

 p { color: rgb(48,82,150); }

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

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

 a { background-color: rgb(48,82,150); }

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

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

 span { border-color: rgb(48,82,150); }

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