#304677

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

Shades of Resolution Blue #304677

Tints of Resolution Blue #304677

Color information

#304677 (or 0x304677) is unknown color: approx Resolution Blue. HEX triplet: 30, 46 and 77. RGB value is (48,70,119). Sum of RGB (Red+Green+Blue) = 48+70+119=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #304677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304677 is #CFB988. Grayscale: #444444. Windows color (decimal): -13613449 or 7816752. OLE color: 7816752.

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

Color convert

RGB4870119-
CMYK0.600.4100.53
HSL221.41º42.51%32.75%-
HSV(B)221.41º59.66%46.67%-
XYZ6.746.3418.32-
YUV69.01156.21113.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=20.25%
G=29.54%
B=50.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48701190.600.4100.53221.4142.5132.75
Hex3046773C29035dd2b21
Octal6010616774510653355341
Binary11000010001101110111111100101001011010111011101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304677; }

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

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

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

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

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

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

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

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