#304588

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

Shades of Tory Blue #304588

Tints of Tory Blue #304588

Color information

#304588 (or 0x304588) is unknown color: approx Tory Blue. HEX triplet: 30, 45 and 88. RGB value is (48,69,136). Sum of RGB (Red+Green+Blue) = 48+69+136=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #304588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304588 is #CFBA77. Grayscale: #464646. Windows color (decimal): -13613688 or 8930608. OLE color: 8930608.

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

Color convert

RGB4869136-
CMYK0.650.4900.47
HSL225.68º47.83%36.08%-
HSV(B)225.68º64.71%53.33%-
XYZ7.796.6624.17-
YUV70.36165.04112.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=18.97%
G=27.27%
B=53.75%

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
Decimal48691360.650.4900.47225.6847.8336.08
Hex304588413102Fe23024
Octal60105210101610573426044
Binary1100001000101100010001000001110001010111111100010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304588; }

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

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

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

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

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

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

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

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