#304079

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

Shades of Resolution Blue #304079

Tints of Resolution Blue #304079

Color information

#304079 (or 0x304079) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 79. RGB value is (48,64,121). Sum of RGB (Red+Green+Blue) = 48+64+121=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #304079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304079 is #CFBF86. Grayscale: #414141. Windows color (decimal): -13614983 or 7946288. OLE color: 7946288.

HSL color Cylindrical-coordinate representation of color #304079: hue angle of 226.85º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304079 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4864121-
CMYK0.600.4700.53
HSL226.85º43.2%33.14%-
HSV(B)226.85º60.33%47.45%-
XYZ6.55.6818.84-
YUV65.71159.2115.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=20.60%
G=27.47%
B=51.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48641210.600.4700.53226.8543.233.14
Hex3040793C2F035e32b21
Octal6010017174570653435341
Binary11000010000001111001111100101111011010111100011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304079; }

 p { color: rgb(48,64,121); }

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

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

 a { background-color: rgb(48,64,121); }

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

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

 span { border-color: rgb(48,64,121); }

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