#363162

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

Shades of Deep Koamaru #363162

Tints of Deep Koamaru #363162

Color information

#363162 (or 0x363162) is unknown color: approx Deep Koamaru. HEX triplet: 36, 31 and 62. RGB value is (54,49,98). Sum of RGB (Red+Green+Blue) = 54+49+98=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #363162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363162 is #C9CE9D. Grayscale: #373737. Windows color (decimal): -13225630 or 6435126. OLE color: 6435126.

HSL color Cylindrical-coordinate representation of color #363162: hue angle of 246.12º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363162 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB544998-
CMYK0.450.500.62
HSL246.12º33.33%28.82%-
HSV(B)246.12º50%38.43%-
XYZ4.823.8612.05-
YUV56.08151.66126.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=26.87%
G=24.38%
B=48.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5449980.450.500.62246.1233.3328.82
Hex3631622D3203Ef6211d
Octal666114255620763664135
Binary110110110001110001010110111001001111101111011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363162; }

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

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

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

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

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

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

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

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