#304075

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

Shades of Resolution Blue #304075

Tints of Resolution Blue #304075

Color information

#304075 (or 0x304075) is unknown color: approx Resolution Blue. HEX triplet: 30, 40 and 75. RGB value is (48,64,117). Sum of RGB (Red+Green+Blue) = 48+64+117=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #304075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304075 is #CFBF8A. Grayscale: #414141. Windows color (decimal): -13614987 or 7684144. OLE color: 7684144.

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

Color convert

RGB4864117-
CMYK0.590.4500.54
HSL226.09º41.82%32.35%-
HSV(B)226.09º58.97%45.88%-
XYZ6.265.5817.58-
YUV65.26157.2115.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=20.96%
G=27.95%
B=51.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48641170.590.4500.54226.0941.8232.35
Hex3040753B2D036e22a20
Octal6010016573550663425240
Binary11000010000001110101111011101101011011011100010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304075; }

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

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

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

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

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

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

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

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