#303F73

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

Shades of Resolution Blue #303F73

Tints of Resolution Blue #303F73

Color information

#303F73 (or 0x303F73) is unknown color: approx Resolution Blue. HEX triplet: 30, 3F and 73. RGB value is (48,63,115). Sum of RGB (Red+Green+Blue) = 48+63+115=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #303F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F73 is #CFC08C. Grayscale: #404040. Windows color (decimal): -13615245 or 7552816. OLE color: 7552816.

HSL color Cylindrical-coordinate representation of color #303F73: hue angle of 226.57º 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 #303F73 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4863115-
CMYK0.580.4500.55
HSL226.57º41.1%31.96%-
HSV(B)226.57º58.26%45.1%-
XYZ6.095.4216.95-
YUV64.44156.53116.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.24%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 115 (45.31% from 255) = 50.88%
R=21.24%
G=27.88%
B=50.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48631150.580.4500.55226.5741.131.96
Hex303F733A2D037e32920
Octal607716372550673435140
Binary1100001111111110011111010101101011011111100011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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