#304c8c

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

Shades of Tory Blue #304C8C

Tints of Tory Blue #304C8C

Color information

#304C8C (or 0x304C8C) is unknown color: approx Tory Blue. HEX triplet: 30, 4C and 8C. RGB value is (48,76,140). Sum of RGB (Red+Green+Blue) = 48+76+140=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #304C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304C8C is #CFB373. Grayscale: #4A4A4A. Windows color (decimal): -13611892 or 9194544. OLE color: 9194544.

HSL color Cylindrical-coordinate representation of color #304C8C: hue angle of 221.74º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #304C8C is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4876140-
CMYK0.660.4600.45
HSL221.74º48.94%36.86%-
HSV(B)221.74º65.71%54.9%-
XYZ8.547.6925.85-
YUV74.92164.72108.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 76 (30.08% from 255) = 28.79%
BLUE value IS 140 (55.08% from 255) = 53.03%
R=18.18%
G=28.79%
B=53.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48761400.660.4600.45221.7448.9436.86
Hex304C8C422E02Dde3125
Octal60114214102560553366145
Binary1100001001100100011001000010101110010110111011110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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