#303D73

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

Shades of Resolution Blue #303D73

Tints of Resolution Blue #303D73

Color information

#303D73 (or 0x303D73) is unknown color: approx Resolution Blue. HEX triplet: 30, 3D and 73. RGB value is (48,61,115). Sum of RGB (Red+Green+Blue) = 48+61+115=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #303D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D73 is #CFC28C. Grayscale: #3F3F3F. Windows color (decimal): -13615757 or 7552304. OLE color: 7552304.

HSL color Cylindrical-coordinate representation of color #303D73: hue angle of 228.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303D73 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4861115-
CMYK0.580.4700.55
HSL228.36º41.1%31.96%-
HSV(B)228.36º58.26%45.1%-
XYZ5.985.216.91-
YUV63.27157.19117.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 61 (24.22% from 255) = 27.23%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=21.43%
G=27.23%
B=51.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48611150.580.4700.55228.3641.131.96
Hex303D733A2F037e42920
Octal607516372570673445140
Binary1100001111011110011111010101111011011111100100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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