#364977

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

Shades of Resolution Blue #364977

Tints of Resolution Blue #364977

Color information

#364977 (or 0x364977) is unknown color: approx Resolution Blue. HEX triplet: 36, 49 and 77. RGB value is (54,73,119). Sum of RGB (Red+Green+Blue) = 54+73+119=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #364977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364977 is #C9B688. Grayscale: #484848. Windows color (decimal): -13219465 or 7817526. OLE color: 7817526.

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

Color convert

RGB5473119-
CMYK0.550.3900.53
HSL222.46º37.57%33.92%-
HSV(B)222.46º54.62%46.67%-
XYZ7.236.8818.4-
YUV72.56154.21114.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=21.95%
G=29.67%
B=48.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54731190.550.3900.53222.4637.5733.92
Hex3649773727035de2622
Octal6611116767470653364642
Binary11011010010011110111110111100111011010111011110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364977; }

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

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

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

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

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

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

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

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