#305193

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

Shades of Tory Blue #305193

Tints of Tory Blue #305193

Color information

#305193 (or 0x305193) is unknown color: approx Tory Blue. HEX triplet: 30, 51 and 93. RGB value is (48,81,147). Sum of RGB (Red+Green+Blue) = 48+81+147=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #305193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305193 is #CFAE6C. Grayscale: #4E4E4E. Windows color (decimal): -13610605 or 9654576. OLE color: 9654576.

HSL color Cylindrical-coordinate representation of color #305193: hue angle of 220º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305193 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4881147-
CMYK0.670.4500.42
HSL220º50.77%38.24%-
HSV(B)220º67.35%57.65%-
XYZ9.438.6228.77-
YUV78.66166.57106.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=17.39%
G=29.35%
B=53.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48811470.670.4500.4222050.7738.24
Hex305193432D02Adc3326
Octal60121223103550523346346
Binary1100001010001100100111000011101101010101011011100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305193; }

 p { color: rgb(48,81,147); }

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

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

 a { background-color: rgb(48,81,147); }

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

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

 span { border-color: rgb(48,81,147); }

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