#304076

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

Shades of Resolution Blue #304076

Tints of Resolution Blue #304076

Color information

#304076 (or 0x304076) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 76. RGB value is (48,64,118). Sum of RGB (Red+Green+Blue) = 48+64+118=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #304076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304076 is #CFBF89. Grayscale: #414141. Windows color (decimal): -13614986 or 7749680. OLE color: 7749680.

HSL color Cylindrical-coordinate representation of color #304076: hue angle of 226.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304076 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4864118-
CMYK0.590.4600.54
HSL226.29º42.17%32.55%-
HSV(B)226.29º59.32%46.27%-
XYZ6.325.617.89-
YUV65.37157.7115.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=20.87%
G=27.83%
B=51.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48641180.590.4600.54226.2942.1732.55
Hex3040763B2E036e22a21
Octal6010016673560663425241
Binary11000010000001110110111011101110011011011100010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304076; }

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

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

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

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

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

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

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

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