#304385

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

Shades of Tory Blue #304385

Tints of Tory Blue #304385

Color information

#304385 (or 0x304385) is unknown color: approx Tory Blue. HEX triplet: 30, 43 and 85. RGB value is (48,67,133). Sum of RGB (Red+Green+Blue) = 48+67+133=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #304385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304385 is #CFBC7A. Grayscale: #444444. Windows color (decimal): -13614203 or 8733488. OLE color: 8733488.

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

Color convert

RGB4867133-
CMYK0.640.5000.48
HSL226.59º46.96%35.49%-
HSV(B)226.59º63.91%52.16%-
XYZ7.466.3423.02-
YUV68.84164.21113.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 133 (52.34% from 255) = 53.63%
R=19.35%
G=27.02%
B=53.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48671330.640.5000.48226.5946.9635.49
Hex3043854032030e32f23
Octal60103205100620603435743
Binary1100001000011100001011000000110010011000011100011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304385; }

 p { color: rgb(48,67,133); }

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

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

 a { background-color: rgb(48,67,133); }

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

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

 span { border-color: rgb(48,67,133); }

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