#303A6D

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

Shades of Resolution Blue #303A6D

Tints of Resolution Blue #303A6D

Color information

#303A6D (or 0x303A6D) is unknown color: approx Resolution Blue. HEX triplet: 30, 3A and 6D. RGB value is (48,58,109). Sum of RGB (Red+Green+Blue) = 48+58+109=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #303A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303A6D is #CFC592. Grayscale: #3C3C3C. Windows color (decimal): -13616531 or 7158320. OLE color: 7158320.

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

Color convert

RGB4858109-
CMYK0.560.4700.57
HSL230.16º38.85%30.78%-
HSV(B)230.16º55.96%42.75%-
XYZ5.494.7615.1-
YUV60.82155.19118.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.33%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=22.33%
G=26.98%
B=50.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48581090.560.4700.57230.1638.8530.78
Hex303A6D382F039e6271f
Octal607215570570713464737
Binary110000111010110110111100010111101110011110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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