#39386E

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

Shades of Deep Koamaru #39386E

Tints of Deep Koamaru #39386E

Color information

#39386E (or 0x39386E) is unknown color: approx Deep Koamaru. HEX triplet: 39, 38 and 6E. RGB value is (57,56,110). Sum of RGB (Red+Green+Blue) = 57+56+110=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #39386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39386E is #C6C791. Grayscale: #3E3E3E. Windows color (decimal): -13027218 or 7223353. OLE color: 7223353.

HSL color Cylindrical-coordinate representation of color #39386E: hue angle of 241.11º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39386E is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5756110-
CMYK0.480.4900.57
HSL241.11º32.53%32.55%-
HSV(B)241.11º49.09%43.14%-
XYZ5.924.8215.37-
YUV62.46154.83124.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=25.56%
G=25.11%
B=49.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57561100.480.4900.57241.1132.5332.55
Hex39386E3031039f12121
Octal717015660610713614141
Binary1110011110001101110110000110001011100111110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39386E; }

 p { color: rgb(57,56,110); }

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

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

 a { background-color: rgb(57,56,110); }

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

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

 span { border-color: rgb(57,56,110); }

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