#304685

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

Shades of Tory Blue #304685

Tints of Tory Blue #304685

Color information

#304685 (or 0x304685) is unknown color: approx Tory Blue. HEX triplet: 30, 46 and 85. RGB value is (48,70,133). Sum of RGB (Red+Green+Blue) = 48+70+133=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #304685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304685 is #CFB97A. Grayscale: #464646. Windows color (decimal): -13613435 or 8734256. OLE color: 8734256.

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

Color convert

RGB4870133-
CMYK0.640.4700.48
HSL224.47º46.96%35.49%-
HSV(B)224.47º63.91%52.16%-
XYZ7.646.723.08-
YUV70.6163.21111.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 70 (27.73% from 255) = 27.89%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=19.12%
G=27.89%
B=52.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48701330.640.4700.48224.4746.9635.49
Hex304685402F030e02f23
Octal60106205100570603405743
Binary1100001000110100001011000000101111011000011100000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304685; }

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

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

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

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

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

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

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

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