#384976

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

Shades of Resolution Blue #384976

Tints of Resolution Blue #384976

Color information

#384976 (or 0x384976) is unknown color: approx Resolution Blue. HEX triplet: 38, 49 and 76. RGB value is (56,73,118). Sum of RGB (Red+Green+Blue) = 56+73+118=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #384976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384976 is #C7B689. Grayscale: #484848. Windows color (decimal): -13088394 or 7751992. OLE color: 7751992.

HSL color Cylindrical-coordinate representation of color #384976: hue angle of 223.55º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384976 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5673118-
CMYK0.530.3800.54
HSL223.55º35.63%34.12%-
HSV(B)223.55º52.54%46.27%-
XYZ7.286.9118.09-
YUV73.05153.37115.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=22.67%
G=29.55%
B=47.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56731180.530.3800.54223.5535.6334.12
Hex3849763526036e02422
Octal7011116665460663404442
Binary11100010010011110110110101100110011011011100000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384976; }

 p { color: rgb(56,73,118); }

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

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

 a { background-color: rgb(56,73,118); }

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

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

 span { border-color: rgb(56,73,118); }

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