#364179

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

Shades of Resolution Blue #364179

Tints of Resolution Blue #364179

Color information

#364179 (or 0x364179) is unknown color: approx Resolution Blue. HEX triplet: 36, 41 and 79. RGB value is (54,65,121). Sum of RGB (Red+Green+Blue) = 54+65+121=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #364179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364179 is #C9BE86. Grayscale: #434343. Windows color (decimal): -13221511 or 7946550. OLE color: 7946550.

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

Color convert

RGB5465121-
CMYK0.550.4600.53
HSL230.15º38.29%34.31%-
HSV(B)230.15º55.37%47.45%-
XYZ6.865.9518.88-
YUV68.1157.86117.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=22.5%
G=27.08%
B=50.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54651210.550.4600.53230.1538.2934.31
Hex364179372E035e62622
Octal6610117167560653464642
Binary11011010000011111001110111101110011010111100110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364179; }

 p { color: rgb(54,65,121); }

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

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

 a { background-color: rgb(54,65,121); }

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

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

 span { border-color: rgb(54,65,121); }

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