#364876

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

Shades of Resolution Blue #364876

Tints of Resolution Blue #364876

Color information

#364876 (or 0x364876) is unknown color: approx Resolution Blue. HEX triplet: 36, 48 and 76. RGB value is (54,72,118). Sum of RGB (Red+Green+Blue) = 54+72+118=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #364876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364876 is #C9B789. Grayscale: #474747. Windows color (decimal): -13219722 or 7751734. OLE color: 7751734.

HSL color Cylindrical-coordinate representation of color #364876: hue angle of 223.12º 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 #364876 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5472118-
CMYK0.540.3900.54
HSL223.12º37.21%33.73%-
HSV(B)223.12º54.24%46.27%-
XYZ7.116.7318.06-
YUV71.86154.04115.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.13%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 118 (46.48% from 255) = 48.36%
R=22.13%
G=29.51%
B=48.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54721180.540.3900.54223.1237.2133.73
Hex3648763627036df2522
Octal6611016666470663374542
Binary11011010010001110110110110100111011011011011111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364876; }

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

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

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

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

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

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

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

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