#304577

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

Shades of Resolution Blue #304577

Tints of Resolution Blue #304577

Color information

#304577 (or 0x304577) is unknown color: approx Resolution Blue. HEX triplet: 30, 45 and 77. RGB value is (48,69,119). Sum of RGB (Red+Green+Blue) = 48+69+119=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #304577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304577 is #CFBA88. Grayscale: #444444. Windows color (decimal): -13613705 or 7816496. OLE color: 7816496.

HSL color Cylindrical-coordinate representation of color #304577: hue angle of 222.25º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304577 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4869119-
CMYK0.600.4200.53
HSL222.25º42.51%32.75%-
HSV(B)222.25º59.66%46.67%-
XYZ6.686.2218.3-
YUV68.42156.54113.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=20.34%
G=29.24%
B=50.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48691190.600.4200.53222.2542.5132.75
Hex3045773C2A035de2b21
Octal6010516774520653365341
Binary11000010001011110111111100101010011010111011110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304577; }

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

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

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

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

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

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

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

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