#303E6D

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

Shades of Resolution Blue #303E6D

Tints of Resolution Blue #303E6D

Color information

#303E6D (or 0x303E6D) is unknown color: approx Resolution Blue. HEX triplet: 30, 3E and 6D. RGB value is (48,62,109). Sum of RGB (Red+Green+Blue) = 48+62+109=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #303E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E6D is #CFC192. Grayscale: #3E3E3E. Windows color (decimal): -13615507 or 7159344. OLE color: 7159344.

HSL color Cylindrical-coordinate representation of color #303E6D: hue angle of 226.23º 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 #303E6D is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4862109-
CMYK0.560.4300.57
HSL226.23º38.85%30.78%-
HSV(B)226.23º55.96%42.75%-
XYZ5.75.1815.17-
YUV63.17153.86117.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=21.92%
G=28.31%
B=49.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48621090.560.4300.57226.2338.8530.78
Hex303E6D382B039e2271f
Octal607615570530713424737
Binary110000111110110110111100010101101110011110001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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