#364877

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

Shades of Resolution Blue #364877

Tints of Resolution Blue #364877

Color information

#364877 (or 0x364877) is unknown color: approx Resolution Blue. HEX triplet: 36, 48 and 77. RGB value is (54,72,119). Sum of RGB (Red+Green+Blue) = 54+72+119=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #364877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364877 is #C9B788. Grayscale: #474747. Windows color (decimal): -13219721 or 7817270. OLE color: 7817270.

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

Color convert

RGB5472119-
CMYK0.550.3900.53
HSL223.38º37.57%33.92%-
HSV(B)223.38º54.62%46.67%-
XYZ7.176.7518.38-
YUV71.98154.54115.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=22.04%
G=29.39%
B=48.57%

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
Decimal54721190.550.3900.53223.3837.5733.92
Hex3648773727035df2622
Octal6611016767470653374642
Binary11011010010001110111110111100111011010111011111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364877; }

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

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

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

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

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

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

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

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