#363165

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

Shades of Deep Koamaru #363165

Tints of Deep Koamaru #363165

Color information

#363165 (or 0x363165) is unknown color: approx Deep Koamaru. HEX triplet: 36, 31 and 65. RGB value is (54,49,101). Sum of RGB (Red+Green+Blue) = 54+49+101=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #363165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363165 is #C9CE9A. Grayscale: #383838. Windows color (decimal): -13225627 or 6631734. OLE color: 6631734.

HSL color Cylindrical-coordinate representation of color #363165: hue angle of 245.77º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363165 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5449101-
CMYK0.470.5100.60
HSL245.77º34.67%29.41%-
HSV(B)245.77º51.49%39.61%-
XYZ4.973.9212.81-
YUV56.42153.16126.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.47%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=26.47%
G=24.02%
B=49.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54491010.470.5100.60245.7734.6729.41
Hex3631652F3303Cf6231d
Octal666114557630743664335
Binary110110110001110010110111111001101111001111011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363165; }

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

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

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

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

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

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

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

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