#304779

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

Shades of Resolution Blue #304779

Tints of Resolution Blue #304779

Color information

#304779 (or 0x304779) is unknown color: approx Resolution Blue. HEX triplet: 30, 47 and 79. RGB value is (48,71,121). Sum of RGB (Red+Green+Blue) = 48+71+121=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #304779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304779 is #CFB886. Grayscale: #454545. Windows color (decimal): -13613191 or 7948080. OLE color: 7948080.

HSL color Cylindrical-coordinate representation of color #304779: hue angle of 221.1º 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 #304779 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4871121-
CMYK0.600.4100.53
HSL221.1º43.2%33.14%-
HSV(B)221.1º60.33%47.45%-
XYZ6.926.5218.98-
YUV69.82156.88112.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=20%
G=29.58%
B=50.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48711210.600.4100.53221.143.233.14
Hex3047793C29035dd2b21
Octal6010717174510653355341
Binary11000010001111111001111100101001011010111011101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304779; }

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

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

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

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

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

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

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

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