#304299

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

Shades of Tory Blue #304299

Tints of Tory Blue #304299

Color information

#304299 (or 0x304299) is unknown color: approx Tory Blue. HEX triplet: 30, 42 and 99. RGB value is (48,66,153). Sum of RGB (Red+Green+Blue) = 48+66+153=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #304299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304299 is #CFBD66. Grayscale: #464646. Windows color (decimal): -13614439 or 10043952. OLE color: 10043952.

HSL color Cylindrical-coordinate representation of color #304299: hue angle of 229.71º 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 #304299 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4866153-
CMYK0.690.5700.4
HSL229.71º52.24%39.41%-
HSV(B)229.71º68.63%60%-
XYZ8.926.8230.98-
YUV70.54174.54111.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.98%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 153 (60.16% from 255) = 57.30%
R=17.98%
G=24.72%
B=57.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48661530.690.5700.4229.7152.2439.41
Hex3042994539028e63427
Octal60102231105710503466447
Binary1100001000010100110011000101111001010100011100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304299; }

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

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

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

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

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

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

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

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