#364979

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

Shades of Resolution Blue #364979

Tints of Resolution Blue #364979

Color information

#364979 (or 0x364979) is unknown color: approx Resolution Blue. HEX triplet: 36, 49 and 79. RGB value is (54,73,121). Sum of RGB (Red+Green+Blue) = 54+73+121=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #364979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364979 is #C9B686. Grayscale: #484848. Windows color (decimal): -13219463 or 7948598. OLE color: 7948598.

HSL color Cylindrical-coordinate representation of color #364979: hue angle of 222.99º 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 #364979 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5473121-
CMYK0.550.4000.53
HSL222.99º38.29%34.31%-
HSV(B)222.99º55.37%47.45%-
XYZ7.366.9319.04-
YUV72.79155.21114.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 121 (47.66% from 255) = 48.79%
R=21.77%
G=29.44%
B=48.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54731210.550.4000.53222.9938.2934.31
Hex3649793728035df2622
Octal6611117167500653374642
Binary11011010010011111001110111101000011010111011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364979; }

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

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

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

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

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

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

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

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