#303D6D

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

Shades of Resolution Blue #303D6D

Tints of Resolution Blue #303D6D

Color information

#303D6D (or 0x303D6D) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 6D. RGB value is (48,61,109). Sum of RGB (Red+Green+Blue) = 48+61+109=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #303D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D6D is #CFC292. Grayscale: #3E3E3E. Windows color (decimal): -13615763 or 7159088. OLE color: 7159088.

HSL color Cylindrical-coordinate representation of color #303D6D: hue angle of 227.21º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #303D6D is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4861109-
CMYK0.560.4400.57
HSL227.21º38.85%30.78%-
HSV(B)227.21º55.96%42.75%-
XYZ5.655.0715.15-
YUV62.58154.19117.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 109 (42.97% from 255) = 50%
R=22.02%
G=27.98%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48611090.560.4400.57227.2138.8530.78
Hex303D6D382C039e3271f
Octal607515570540713434737
Binary110000111101110110111100010110001110011110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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