#364872

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

Shades of Resolution Blue #364872

Tints of Resolution Blue #364872

Color information

#364872 (or 0x364872) is unknown color: approx Resolution Blue. HEX triplet: 36, 48 and 72. RGB value is (54,72,114). Sum of RGB (Red+Green+Blue) = 54+72+114=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #364872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364872 is #C9B78D. Grayscale: #474747. Windows color (decimal): -13219726 or 7489590. OLE color: 7489590.

HSL color Cylindrical-coordinate representation of color #364872: hue angle of 222º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364872 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5472114-
CMYK0.530.3700.55
HSL222º35.71%32.94%-
HSV(B)222º52.63%44.71%-
XYZ6.886.6316.84-
YUV71.41152.04115.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=22.5%
G=30%
B=47.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54721140.530.3700.5522235.7132.94
Hex3648723525037de2421
Octal6611016265450673364441
Binary11011010010001110010110101100101011011111011110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364872; }

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

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

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

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

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

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

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

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