#303B76

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

Shades of Resolution Blue #303B76

Tints of Resolution Blue #303B76

Color information

#303B76 (or 0x303B76) is unknown color: approx Resolution Blue. HEX triplet: 30, 3B and 76. RGB value is (48,59,118). Sum of RGB (Red+Green+Blue) = 48+59+118=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #303B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303B76 is #CFC489. Grayscale: #3E3E3E. Windows color (decimal): -13616266 or 7748400. OLE color: 7748400.

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

Color convert

RGB4859118-
CMYK0.590.5000.54
HSL230.57º42.17%32.55%-
HSV(B)230.57º59.32%46.27%-
XYZ6.055.0617.8-
YUV62.44159.36117.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=21.33%
G=26.22%
B=52.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48591180.590.5000.54230.5742.1732.55
Hex303B763B32036e72a21
Octal607316673620663475241
Binary1100001110111110110111011110010011011011100111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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