#303C73

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

Shades of Resolution Blue #303C73

Tints of Resolution Blue #303C73

Color information

#303C73 (or 0x303C73) is unknown color: approx Resolution Blue. HEX triplet: 30, 3C and 73. RGB value is (48,60,115). Sum of RGB (Red+Green+Blue) = 48+60+115=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #303C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C73 is #CFC38C. Grayscale: #3E3E3E. Windows color (decimal): -13616013 or 7552048. OLE color: 7552048.

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

Color convert

RGB4860115-
CMYK0.580.4800.55
HSL229.25º41.1%31.96%-
HSV(B)229.25º58.26%45.1%-
XYZ5.935.116.89-
YUV62.68157.52117.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=21.52%
G=26.91%
B=51.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48601150.580.4800.55229.2541.131.96
Hex303C733A30037e52920
Octal607416372600673455140
Binary1100001111001110011111010110000011011111100101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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