#304479

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

Shades of Resolution Blue #304479

Tints of Resolution Blue #304479

Color information

#304479 (or 0x304479) is unknown color: approx Resolution Blue. HEX triplet: 30, 44 and 79. RGB value is (48,68,121). Sum of RGB (Red+Green+Blue) = 48+68+121=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #304479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304479 is #CFBB86. Grayscale: #434343. Windows color (decimal): -13613959 or 7947312. OLE color: 7947312.

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

Color convert

RGB4868121-
CMYK0.600.4400.53
HSL223.56º43.2%33.14%-
HSV(B)223.56º60.33%47.45%-
XYZ6.746.1418.92-
YUV68.06157.87113.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=20.25%
G=28.69%
B=51.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48681210.600.4400.53223.5643.233.14
Hex3044793C2C035e02b21
Octal6010417174540653405341
Binary11000010001001111001111100101100011010111100000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304479; }

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

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

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

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

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

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

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

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