#303F79

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

Shades of Resolution Blue #303F79

Tints of Resolution Blue #303F79

Color information

#303F79 (or 0x303F79) is unknown color: approx Resolution Blue. HEX triplet: 30, 3F and 79. RGB value is (48,63,121). Sum of RGB (Red+Green+Blue) = 48+63+121=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #303F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F79 is #CFC086. Grayscale: #404040. Windows color (decimal): -13615239 or 7946032. OLE color: 7946032.

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

Color convert

RGB4863121-
CMYK0.600.4800.53
HSL227.67º43.2%33.14%-
HSV(B)227.67º60.33%47.45%-
XYZ6.455.5618.82-
YUV65.13159.53115.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=20.69%
G=27.16%
B=52.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48631210.600.4800.53227.6743.233.14
Hex303F793C30035e42b21
Octal607717174600653445341
Binary1100001111111111001111100110000011010111100100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303F79; }

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

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

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

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

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

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

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

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