#39365F

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

Shades of Deep Koamaru #39365F

Tints of Deep Koamaru #39365F

Color information

#39365F (or 0x39365F) is unknown color: approx Deep Koamaru. HEX triplet: 39, 36 and 5F. RGB value is (57,54,95). Sum of RGB (Red+Green+Blue) = 57+54+95=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #39365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39365F is #C6C9A0. Grayscale: #3B3B3B. Windows color (decimal): -13027745 or 6239801. OLE color: 6239801.

HSL color Cylindrical-coordinate representation of color #39365F: hue angle of 244.39º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #39365F is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB575495-
CMYK0.400.4300.63
HSL244.39º27.52%29.22%-
HSV(B)244.39º43.16%37.25%-
XYZ5.074.3311.4-
YUV59.57147.99126.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=27.67%
G=26.21%
B=46.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5754950.400.4300.63244.3927.5229.22
Hex39365F282B03Ff41c1d
Octal716613750530773643435
Binary11100111011010111111010001010110111111111101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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