#305290

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

Shades of Tory Blue #305290

Tints of Tory Blue #305290

Color information

#305290 (or 0x305290) is unknown color: approx Tory Blue. HEX triplet: 30, 52 and 90. RGB value is (48,82,144). Sum of RGB (Red+Green+Blue) = 48+82+144=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #305290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305290 is #CFAD6F. Grayscale: #4E4E4E. Windows color (decimal): -13610352 or 9458224. OLE color: 9458224.

HSL color Cylindrical-coordinate representation of color #305290: hue angle of 218.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305290 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4882144-
CMYK0.670.4300.44
HSL218.75º50%37.65%-
HSV(B)218.75º66.67%56.47%-
XYZ9.278.6827.57-
YUV78.9164.74105.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=17.52%
G=29.93%
B=52.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48821440.670.4300.44218.755037.65
Hex305290432B02Cdb3226
Octal60122220103530543336246
Binary1100001010010100100001000011101011010110011011011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305290; }

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

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

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

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

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

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

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

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