#363163

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

Shades of Deep Koamaru #363163

Tints of Deep Koamaru #363163

Color information

#363163 (or 0x363163) is unknown color: approx Deep Koamaru. HEX triplet: 36, 31 and 63. RGB value is (54,49,99). Sum of RGB (Red+Green+Blue) = 54+49+99=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #363163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363163 is #C9CE9C. Grayscale: #383838. Windows color (decimal): -13225629 or 6500662. OLE color: 6500662.

HSL color Cylindrical-coordinate representation of color #363163: hue angle of 246º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363163 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB544999-
CMYK0.450.5100.61
HSL246º33.78%29.02%-
HSV(B)246º50.51%38.82%-
XYZ4.873.8812.3-
YUV56.2152.16126.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=26.73%
G=24.26%
B=49.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5449990.450.5100.6124633.7829.02
Hex3631632D3303Df6221d
Octal666114355630753664235
Binary110110110001110001110110111001101111011111011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363163; }

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

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

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

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

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

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

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

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