#363063

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

Shades of Deep Koamaru #363063

Tints of Deep Koamaru #363063

Color information

#363063 (or 0x363063) is unknown color: approx Deep Koamaru. HEX triplet: 36, 30 and 63. RGB value is (54,48,99). Sum of RGB (Red+Green+Blue) = 54+48+99=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #363063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363063 is #C9CF9C. Grayscale: #373737. Windows color (decimal): -13225885 or 6500406. OLE color: 6500406.

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

Color convert

RGB544899-
CMYK0.450.5200.61
HSL247.06º34.69%28.82%-
HSV(B)247.06º51.52%38.82%-
XYZ4.833.812.28-
YUV55.61152.49126.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=26.87%
G=23.88%
B=49.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5448990.450.5200.61247.0634.6928.82
Hex3630632D3403Df7231d
Octal666014355640753674335
Binary110110110000110001110110111010001111011111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363063; }

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

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

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

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

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

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

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

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