#304587

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

Shades of Tory Blue #304587

Tints of Tory Blue #304587

Color information

#304587 (or 0x304587) is unknown color: approx Tory Blue. HEX triplet: 30, 45 and 87. RGB value is (48,69,135). Sum of RGB (Red+Green+Blue) = 48+69+135=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #304587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304587 is #CFBA78. Grayscale: #454545. Windows color (decimal): -13613689 or 8865072. OLE color: 8865072.

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

Color convert

RGB4869135-
CMYK0.640.4900.47
HSL225.52º47.54%35.88%-
HSV(B)225.52º64.44%52.94%-
XYZ7.726.6323.8-
YUV70.24164.54112.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 135 (53.12% from 255) = 53.57%
R=19.05%
G=27.38%
B=53.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48691350.640.4900.47225.5247.5435.88
Hex304587403102Fe23024
Octal60105207100610573426044
Binary1100001000101100001111000000110001010111111100010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304587; }

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

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

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

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

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

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

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

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