#304688

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

Shades of Tory Blue #304688

Tints of Tory Blue #304688

Color information

#304688 (or 0x304688) is unknown color: approx Tory Blue. HEX triplet: 30, 46 and 88. RGB value is (48,70,136). Sum of RGB (Red+Green+Blue) = 48+70+136=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #304688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304688 is #CFB977. Grayscale: #464646. Windows color (decimal): -13613432 or 8930864. OLE color: 8930864.

HSL color Cylindrical-coordinate representation of color #304688: hue angle of 225º 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 #304688 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4870136-
CMYK0.650.4900.47
HSL225º47.83%36.08%-
HSV(B)225º64.71%53.33%-
XYZ7.856.7924.19-
YUV70.95164.71111.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 70 (27.73% from 255) = 27.56%
BLUE value IS 136 (53.52% from 255) = 53.54%
R=18.90%
G=27.56%
B=53.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48701360.650.4900.4722547.8336.08
Hex304688413102Fe13024
Octal60106210101610573416044
Binary1100001000110100010001000001110001010111111100001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304688; }

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

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

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

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

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

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

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

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