#304871

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

Shades of Resolution Blue #304871

Tints of Resolution Blue #304871

Color information

#304871 (or 0x304871) is unknown color: approx Resolution Blue. HEX triplet: 30, 48 and 71. RGB value is (48,72,113). Sum of RGB (Red+Green+Blue) = 48+72+113=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #304871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304871 is #CFB78E. Grayscale: #454545. Windows color (decimal): -13612943 or 7424048. OLE color: 7424048.

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

Color convert

RGB4872113-
CMYK0.580.3600.56
HSL217.85º40.37%31.57%-
HSV(B)217.85º57.52%44.31%-
XYZ6.526.4616.53-
YUV69.5152.55112.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=20.60%
G=30.90%
B=48.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48721130.580.3600.56217.8540.3731.57
Hex3048713A24038da2820
Octal6011016172440703325040
Binary11000010010001110001111010100100011100011011010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304871; }

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

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

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

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

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

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

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

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