#304CA2

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

Shades of Tory Blue #304CA2

Tints of Tory Blue #304CA2

Color information

#304CA2 (or 0x304CA2) is unknown color: approx Tory Blue. HEX triplet: 30, 4C and A2. RGB value is (48,76,162). Sum of RGB (Red+Green+Blue) = 48+76+162=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #304CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304CA2 is #CFB35D. Grayscale: #4D4D4D. Windows color (decimal): -13611870 or 10636336. OLE color: 10636336.

HSL color Cylindrical-coordinate representation of color #304CA2: hue angle of 225.26º 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 #304CA2 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4876162-
CMYK0.700.5300.36
HSL225.26º54.29%41.18%-
HSV(B)225.26º70.37%63.53%-
XYZ10.328.4135.26-
YUV77.43175.72107.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.78%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 162 (63.67% from 255) = 56.64%
R=16.78%
G=26.57%
B=56.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48761620.700.5300.36225.2654.2941.18
Hex304CA24635024e13629
Octal60114242106650443416651
Binary1100001001100101000101000110110101010010011100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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