#3B395D

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

Shades of Deep Koamaru #3B395D

Tints of Deep Koamaru #3B395D

Color information

#3B395D (or 0x3B395D) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 39 and 5D. RGB value is (59,57,93). Sum of RGB (Red+Green+Blue) = 59+57+93=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B395D is #C4C6A2. Grayscale: #3D3D3D. Windows color (decimal): -12895907 or 6109499. OLE color: 6109499.

HSL color Cylindrical-coordinate representation of color #3B395D: hue angle of 243.33º 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 #3B395D is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB595793-
CMYK0.370.3900.64
HSL243.33º24%29.41%-
HSV(B)243.33º38.71%36.47%-
XYZ5.244.6510.98-
YUV61.7145.66126.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.23%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=28.23%
G=27.27%
B=44.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5957930.370.3900.64243.332429.41
Hex3B395D2527040f3181d
Octal7371135454701003633035
Binary111011111001101110110010110011101000000111100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B395D; }

 p { color: rgb(59,57,93); }

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

<style>
 a { background-color: #3B395D; }

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

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

<style>
 span { border-color: #3B395D; }

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

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