#39366D

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

Shades of Deep Koamaru #39366D

Tints of Deep Koamaru #39366D

Color information

#39366D (or 0x39366D) is unknown color: approx Deep Koamaru. HEX triplet: 39, 36 and 6D. RGB value is (57,54,109). Sum of RGB (Red+Green+Blue) = 57+54+109=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #39366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39366D is #C6C992. Grayscale: #3C3C3C. Windows color (decimal): -13027731 or 7157305. OLE color: 7157305.

HSL color Cylindrical-coordinate representation of color #39366D: hue angle of 243.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39366D is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5754109-
CMYK0.480.5000.57
HSL243.27º33.74%31.96%-
HSV(B)243.27º50.46%42.75%-
XYZ5.774.6115.05-
YUV61.17154.99125.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 54 (21.48% from 255) = 24.55%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=25.91%
G=24.55%
B=49.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57541090.480.5000.57243.2733.7431.96
Hex39366D3032039f32220
Octal716615560620713634240
Binary1110011101101101101110000110010011100111110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39366D; }

 p { color: rgb(57,54,109); }

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

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

 a { background-color: rgb(57,54,109); }

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

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

 span { border-color: rgb(57,54,109); }

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