#304673

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

Shades of Resolution Blue #304673

Tints of Resolution Blue #304673

Color information

#304673 (or 0x304673) is unknown color: approx Resolution Blue. HEX triplet: 30, 46 and 73. RGB value is (48,70,115). Sum of RGB (Red+Green+Blue) = 48+70+115=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #304673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304673 is #CFB98C. Grayscale: #444444. Windows color (decimal): -13613453 or 7554608. OLE color: 7554608.

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

Color convert

RGB4870115-
CMYK0.580.3900.55
HSL220.3º41.1%31.96%-
HSV(B)220.3º58.26%45.1%-
XYZ6.56.2517.08-
YUV68.55154.21113.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=20.60%
G=30.04%
B=49.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48701150.580.3900.55220.341.131.96
Hex3046733A27037dc2920
Octal6010616372470673345140
Binary11000010001101110011111010100111011011111011100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304673; }

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

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

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

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

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

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

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

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