#304B88

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

Shades of Tory Blue #304B88

Tints of Tory Blue #304B88

Color information

#304B88 (or 0x304B88) is unknown color: approx Tory Blue. HEX triplet: 30, 4B and 88. RGB value is (48,75,136). Sum of RGB (Red+Green+Blue) = 48+75+136=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #304B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304B88 is #CFB477. Grayscale: #494949. Windows color (decimal): -13612152 or 8932144. OLE color: 8932144.

HSL color Cylindrical-coordinate representation of color #304B88: hue angle of 221.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304B88 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4875136-
CMYK0.650.4500.47
HSL221.59º47.83%36.08%-
HSV(B)221.59º64.71%53.33%-
XYZ8.187.4424.3-
YUV73.88163.05109.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 136 (53.52% from 255) = 52.51%
R=18.53%
G=28.96%
B=52.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48751360.650.4500.47221.5947.8336.08
Hex304B88412D02Fde3024
Octal60113210101550573366044
Binary1100001001011100010001000001101101010111111011110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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