#39385C

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

Shades of Deep Koamaru #39385C

Tints of Deep Koamaru #39385C

Color information

#39385C (or 0x39385C) is unknown color: approx Deep Koamaru. HEX triplet: 39, 38 and 5C. RGB value is (57,56,92). Sum of RGB (Red+Green+Blue) = 57+56+92=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #39385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39385C is #C6C7A3. Grayscale: #3C3C3C. Windows color (decimal): -13027236 or 6043705. OLE color: 6043705.

HSL color Cylindrical-coordinate representation of color #39385C: hue angle of 241.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #39385C is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB575692-
CMYK0.380.3900.64
HSL241.67º24.32%29.02%-
HSV(B)241.67º39.13%36.08%-
XYZ5.034.4710.72-
YUV60.4145.83125.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=27.80%
G=27.32%
B=44.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5756920.380.3900.64241.6724.3229.02
Hex39385C2627040f2181d
Octal7170134464701003623035
Binary111001111000101110010011010011101000000111100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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