#304671

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

Shades of Resolution Blue #304671

Tints of Resolution Blue #304671

Color information

#304671 (or 0x304671) is unknown color: approx Resolution Blue. HEX triplet: 30, 46 and 71. RGB value is (48,70,113). Sum of RGB (Red+Green+Blue) = 48+70+113=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #304671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304671 is #CFB98E. Grayscale: #444444. Windows color (decimal): -13613455 or 7423536. OLE color: 7423536.

HSL color Cylindrical-coordinate representation of color #304671: hue angle of 219.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304671 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4870113-
CMYK0.580.3800.56
HSL219.69º40.37%31.57%-
HSV(B)219.69º57.52%44.31%-
XYZ6.396.216.48-
YUV68.32153.21113.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=20.78%
G=30.30%
B=48.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48701130.580.3800.56219.6940.3731.57
Hex3046713A26038dc2820
Octal6010616172460703345040
Binary11000010001101110001111010100110011100011011100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304671; }

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

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

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

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

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

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

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

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