#363575

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

Shades of Deep Koamaru #363575

Tints of Deep Koamaru #363575

Color information

#363575 (or 0x363575) is unknown color: approx Deep Koamaru. HEX triplet: 36, 35 and 75. RGB value is (54,53,117). Sum of RGB (Red+Green+Blue) = 54+53+117=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #363575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363575 is #C9CA8A. Grayscale: #3C3C3C. Windows color (decimal): -13224587 or 7681334. OLE color: 7681334.

HSL color Cylindrical-coordinate representation of color #363575: hue angle of 240.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #363575 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5453117-
CMYK0.540.5500.54
HSL240.94º37.65%33.33%-
HSV(B)240.94º54.7%45.88%-
XYZ6.014.6117.4-
YUV60.6159.83123.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=24.11%
G=23.66%
B=52.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54531170.540.5500.54240.9437.6533.33
Hex3635753637036f12621
Octal666516566670663614641
Binary1101101101011110101110110110111011011011110001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363575; }

 p { color: rgb(54,53,117); }

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

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

 a { background-color: rgb(54,53,117); }

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

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

 span { border-color: rgb(54,53,117); }

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