#363172

Color #363172 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #363172

Tints of Deep Koamaru #363172

Color information

#363172 (or 0x363172) is unknown color: approx Deep Koamaru. HEX triplet: 36, 31 and 72. RGB value is (54,49,114). Sum of RGB (Red+Green+Blue) = 54+49+114=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #363172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363172 is #C9CE8D. Grayscale: #393939. Windows color (decimal): -13225614 or 7483702. OLE color: 7483702.

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

Color convert

RGB5449114-
CMYK0.530.5700.55
HSL244.62º39.88%31.96%-
HSV(B)244.62º57.02%44.71%-
XYZ5.664.216.43-
YUV57.9159.66125.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=24.88%
G=22.58%
B=52.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54491140.530.5700.55244.6239.8831.96
Hex3631723539037f52820
Octal666116265710673655040
Binary1101101100011110010110101111001011011111110101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363172; }

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

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

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

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

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

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

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

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