#303D76

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

Shades of Resolution Blue #303D76

Tints of Resolution Blue #303D76

Color information

#303D76 (or 0x303D76) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 76. RGB value is (48,61,118). Sum of RGB (Red+Green+Blue) = 48+61+118=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #303D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D76 is #CFC289. Grayscale: #3F3F3F. Windows color (decimal): -13615754 or 7748912. OLE color: 7748912.

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

Color convert

RGB4861118-
CMYK0.590.4800.54
HSL228.86º42.17%32.55%-
HSV(B)228.86º59.32%46.27%-
XYZ6.165.2717.83-
YUV63.61158.69116.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=21.15%
G=26.87%
B=51.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48611180.590.4800.54228.8642.1732.55
Hex303D763B30036e52a21
Octal607516673600663455241
Binary1100001111011110110111011110000011011011100101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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