#304575

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

Shades of Resolution Blue #304575

Tints of Resolution Blue #304575

Color information

#304575 (or 0x304575) is unknown color: approx Resolution Blue. HEX triplet: 30, 45 and 75. RGB value is (48,69,117). Sum of RGB (Red+Green+Blue) = 48+69+117=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #304575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304575 is #CFBA8A. Grayscale: #434343. Windows color (decimal): -13613707 or 7685424. OLE color: 7685424.

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

Color convert

RGB4869117-
CMYK0.590.4100.54
HSL221.74º41.82%32.35%-
HSV(B)221.74º58.97%45.88%-
XYZ6.566.1717.67-
YUV68.19155.54113.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 117 (46.09% from 255) = 50%
R=20.51%
G=29.49%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48691170.590.4100.54221.7441.8232.35
Hex3045753B29036de2a20
Octal6010516573510663365240
Binary11000010001011110101111011101001011011011011110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304575; }

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

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

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

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

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

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

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

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