#364376

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

Shades of Resolution Blue #364376

Tints of Resolution Blue #364376

Color information

#364376 (or 0x364376) is unknown color: approx Resolution Blue. HEX triplet: 36, 43 and 76. RGB value is (54,67,118). Sum of RGB (Red+Green+Blue) = 54+67+118=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #364376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364376 is #C9BC89. Grayscale: #444444. Windows color (decimal): -13221002 or 7750454. OLE color: 7750454.

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

Color convert

RGB5467118-
CMYK0.540.4300.54
HSL227.81º37.21%33.73%-
HSV(B)227.81º54.24%46.27%-
XYZ6.86.1117.96-
YUV68.93155.69117.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 67 (26.56% from 255) = 28.03%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=22.59%
G=28.03%
B=49.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54671180.540.4300.54227.8137.2133.73
Hex364376362B036e42522
Octal6610316666530663444542
Binary11011010000111110110110110101011011011011100100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364376; }

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

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

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

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

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

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

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

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