#304EA2

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

Shades of Tory Blue #304EA2

Tints of Tory Blue #304EA2

Color information

#304EA2 (or 0x304EA2) is unknown color: approx Tory Blue. HEX triplet: 30, 4E and A2. RGB value is (48,78,162). Sum of RGB (Red+Green+Blue) = 48+78+162=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #304EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304EA2 is #CFB15D. Grayscale: #4E4E4E. Windows color (decimal): -13611358 or 10636848. OLE color: 10636848.

HSL color Cylindrical-coordinate representation of color #304EA2: hue angle of 224.21º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #304EA2 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4878162-
CMYK0.700.5200.36
HSL224.21º54.29%41.18%-
HSV(B)224.21º70.37%63.53%-
XYZ10.468.6935.31-
YUV78.61175.06106.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 162 (63.67% from 255) = 56.25%
R=16.67%
G=27.08%
B=56.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48781620.700.5200.36224.2154.2941.18
Hex304EA24634024e03629
Octal60116242106640443406651
Binary1100001001110101000101000110110100010010011100000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304EA2; }

 p { color: rgb(48,78,162); }

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

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

 a { background-color: rgb(48,78,162); }

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

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

 span { border-color: rgb(48,78,162); }

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