#304B9C

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

Shades of Tory Blue #304B9C

Tints of Tory Blue #304B9C

Color information

#304B9C (or 0x304B9C) is unknown color: approx Tory Blue. HEX triplet: 30, 4B and 9C. RGB value is (48,75,156). Sum of RGB (Red+Green+Blue) = 48+75+156=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #304B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304B9C is #CFB463. Grayscale: #4B4B4B. Windows color (decimal): -13612132 or 10242864. OLE color: 10242864.

HSL color Cylindrical-coordinate representation of color #304B9C: hue angle of 225º 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 #304B9C is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4875156-
CMYK0.690.5200.39
HSL225º52.94%40%-
HSV(B)225º69.23%61.18%-
XYZ9.748.0632.5-
YUV76.16173.05107.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=17.20%
G=26.88%
B=55.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48751560.690.5200.3922552.9440
Hex304B9C4534027e13528
Octal60113234105640473416550
Binary1100001001011100111001000101110100010011111100001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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