#304376

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

Shades of Resolution Blue #304376

Tints of Resolution Blue #304376

Color information

#304376 (or 0x304376) is unknown color: approx Resolution Blue. HEX triplet: 30, 43 and 76. RGB value is (48,67,118). Sum of RGB (Red+Green+Blue) = 48+67+118=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #304376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304376 is #CFBC89. Grayscale: #424242. Windows color (decimal): -13614218 or 7750448. OLE color: 7750448.

HSL color Cylindrical-coordinate representation of color #304376: hue angle of 223.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304376 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4867118-
CMYK0.590.4300.54
HSL223.71º42.17%32.55%-
HSV(B)223.71º59.32%46.27%-
XYZ6.55.9517.95-
YUV67.13156.71114.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=20.60%
G=28.76%
B=50.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48671180.590.4300.54223.7142.1732.55
Hex3043763B2B036e02a21
Octal6010316673530663405241
Binary11000010000111110110111011101011011011011100000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304376; }

 p { color: rgb(48,67,118); }

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

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

 a { background-color: rgb(48,67,118); }

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

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

 span { border-color: rgb(48,67,118); }

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