#304772

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

Shades of Resolution Blue #304772

Tints of Resolution Blue #304772

Color information

#304772 (or 0x304772) is unknown color: approx Resolution Blue. HEX triplet: 30, 47 and 72. RGB value is (48,71,114). Sum of RGB (Red+Green+Blue) = 48+71+114=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #304772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304772 is #CFB88D. Grayscale: #444444. Windows color (decimal): -13613198 or 7489328. OLE color: 7489328.

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

Color convert

RGB4871114-
CMYK0.580.3800.55
HSL219.09º40.74%31.76%-
HSV(B)219.09º57.89%44.71%-
XYZ6.516.3516.8-
YUV69.02153.38113-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=20.60%
G=30.47%
B=48.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48711140.580.3800.55219.0940.7431.76
Hex3047723A26037db2920
Octal6010716272460673335140
Binary11000010001111110010111010100110011011111011011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304772; }

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

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

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

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

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

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

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

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