#39396C

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

Shades of Deep Koamaru #39396C

Tints of Deep Koamaru #39396C

Color information

#39396C (or 0x39396C) is unknown color: approx Deep Koamaru. HEX triplet: 39, 39 and 6C. RGB value is (57,57,108). Sum of RGB (Red+Green+Blue) = 57+57+108=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #39396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39396C is #C6C693. Grayscale: #3E3E3E. Windows color (decimal): -13026964 or 7092537. OLE color: 7092537.

HSL color Cylindrical-coordinate representation of color #39396C: hue angle of 240º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39396C is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5757108-
CMYK0.470.4700.58
HSL240º30.91%32.35%-
HSV(B)240º47.22%42.35%-
XYZ5.864.8814.82-
YUV62.81153.5123.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=25.68%
G=25.68%
B=48.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57571080.470.4700.5824030.9132.35
Hex39396C2F2F03Af01f20
Octal717115457570723603740
Binary111001111001110110010111110111101110101111000011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39396C; }

 p { color: rgb(57,57,108); }

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

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

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

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

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

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

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