#304175

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

Shades of Resolution Blue #304175

Tints of Resolution Blue #304175

Color information

#304175 (or 0x304175) is unknown color: approx Resolution Blue. HEX triplet: 30, 41 and 75. RGB value is (48,65,117). Sum of RGB (Red+Green+Blue) = 48+65+117=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #304175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304175 is #CFBE8A. Grayscale: #414141. Windows color (decimal): -13614731 or 7684400. OLE color: 7684400.

HSL color Cylindrical-coordinate representation of color #304175: hue angle of 225.22º 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 #304175 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4865117-
CMYK0.590.4400.54
HSL225.22º41.82%32.35%-
HSV(B)225.22º58.97%45.88%-
XYZ6.325.6917.6-
YUV65.84156.87115.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=20.87%
G=28.26%
B=50.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48651170.590.4400.54225.2241.8232.35
Hex3041753B2C036e12a20
Octal6010116573540663415240
Binary11000010000011110101111011101100011011011100001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304175; }

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

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

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

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

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

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

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

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