#304875

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

Shades of Resolution Blue #304875

Tints of Resolution Blue #304875

Color information

#304875 (or 0x304875) is unknown color: approx Resolution Blue. HEX triplet: 30, 48 and 75. RGB value is (48,72,117). Sum of RGB (Red+Green+Blue) = 48+72+117=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #304875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304875 is #CFB78A. Grayscale: #454545. Windows color (decimal): -13612939 or 7686192. OLE color: 7686192.

HSL color Cylindrical-coordinate representation of color #304875: hue angle of 219.13º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304875 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4872117-
CMYK0.590.3800.54
HSL219.13º41.82%32.35%-
HSV(B)219.13º58.97%45.88%-
XYZ6.756.5517.74-
YUV69.95154.55112.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=20.25%
G=30.38%
B=49.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48721170.590.3800.54219.1341.8232.35
Hex3048753B26036db2a20
Octal6011016573460663335240
Binary11000010010001110101111011100110011011011011011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304875; }

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

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

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

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

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

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

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

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