#304C9C

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

Shades of Tory Blue #304C9C

Tints of Tory Blue #304C9C

Color information

#304C9C (or 0x304C9C) is unknown color: approx Tory Blue. HEX triplet: 30, 4C and 9C. RGB value is (48,76,156). Sum of RGB (Red+Green+Blue) = 48+76+156=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #304C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304C9C is #CFB363. Grayscale: #4C4C4C. Windows color (decimal): -13611876 or 10243120. OLE color: 10243120.

HSL color Cylindrical-coordinate representation of color #304C9C: hue angle of 224.44º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #304C9C is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4876156-
CMYK0.690.5100.39
HSL224.44º52.94%40%-
HSV(B)224.44º69.23%61.18%-
XYZ9.88.232.52-
YUV76.75172.72107.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 156 (61.33% from 255) = 55.71%
R=17.14%
G=27.14%
B=55.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48761560.690.5100.39224.4452.9440
Hex304C9C4533027e03528
Octal60114234105630473406550
Binary1100001001100100111001000101110011010011111100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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