#304188

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

Shades of Tory Blue #304188

Tints of Tory Blue #304188

Color information

#304188 (or 0x304188) is unknown color: approx Tory Blue. HEX triplet: 30, 41 and 88. RGB value is (48,65,136). Sum of RGB (Red+Green+Blue) = 48+65+136=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #304188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304188 is #CFBE77. Grayscale: #434343. Windows color (decimal): -13614712 or 8929584. OLE color: 8929584.

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

Color convert

RGB4865136-
CMYK0.650.5200.47
HSL228.41º47.83%36.08%-
HSV(B)228.41º64.71%53.33%-
XYZ7.556.1924.09-
YUV68.01166.37113.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=19.28%
G=26.10%
B=54.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48651360.650.5200.47228.4147.8336.08
Hex304188413402Fe43024
Octal60101210101640573446044
Binary1100001000001100010001000001110100010111111100100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304188; }

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

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

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

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

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

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

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

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