#303C76

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

Shades of Resolution Blue #303C76

Tints of Resolution Blue #303C76

Color information

#303C76 (or 0x303C76) is unknown color: approx Resolution Blue. HEX triplet: 30, 3C and 76. RGB value is (48,60,118). Sum of RGB (Red+Green+Blue) = 48+60+118=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #303C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C76 is #CFC389. Grayscale: #3E3E3E. Windows color (decimal): -13616010 or 7748656. OLE color: 7748656.

HSL color Cylindrical-coordinate representation of color #303C76: hue angle of 229.71º 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 #303C76 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4860118-
CMYK0.590.4900.54
HSL229.71º42.17%32.55%-
HSV(B)229.71º59.32%46.27%-
XYZ6.15.1717.82-
YUV63.02159.02117.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=21.24%
G=26.55%
B=52.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48601180.590.4900.54229.7142.1732.55
Hex303C763B31036e62a21
Octal607416673610663465241
Binary1100001111001110110111011110001011011011100110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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