#303C72

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

Shades of Resolution Blue #303C72

Tints of Resolution Blue #303C72

Color information

#303C72 (or 0x303C72) is unknown color: approx Resolution Blue. HEX triplet: 30, 3C and 72. RGB value is (48,60,114). Sum of RGB (Red+Green+Blue) = 48+60+114=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #303C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C72 is #CFC38D. Grayscale: #3E3E3E. Windows color (decimal): -13616014 or 7486512. OLE color: 7486512.

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

Color convert

RGB4860114-
CMYK0.580.4700.55
HSL229.09º40.74%31.76%-
HSV(B)229.09º57.89%44.71%-
XYZ5.875.0816.59-
YUV62.57157.02117.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=21.62%
G=27.03%
B=51.35%

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
Decimal48601140.580.4700.55229.0940.7431.76
Hex303C723A2F037e52920
Octal607416272570673455140
Binary1100001111001110010111010101111011011111100101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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