#36386F

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

Shades of Deep Koamaru #36386F

Tints of Deep Koamaru #36386F

Color information

#36386F (or 0x36386F) is unknown color: approx Deep Koamaru. HEX triplet: 36, 38 and 6F. RGB value is (54,56,111). Sum of RGB (Red+Green+Blue) = 54+56+111=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #36386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36386F is #C9C790. Grayscale: #3D3D3D. Windows color (decimal): -13223825 or 7288886. OLE color: 7288886.

HSL color Cylindrical-coordinate representation of color #36386F: hue angle of 237.89º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36386F is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5456111-
CMYK0.510.5000.56
HSL237.89º34.55%32.35%-
HSV(B)237.89º51.35%43.53%-
XYZ5.84.7615.65-
YUV61.67155.84122.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 111 (43.75% from 255) = 50.23%
R=24.43%
G=25.34%
B=50.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54561110.510.5000.56237.8934.5532.35
Hex36386F3332038ee2320
Octal667015763620703564340
Binary1101101110001101111110011110010011100011101110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36386F; }

 p { color: rgb(54,56,111); }

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

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

 a { background-color: rgb(54,56,111); }

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

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

 span { border-color: rgb(54,56,111); }

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