#393A58

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

Shades of Deep Koamaru #393A58

Tints of Deep Koamaru #393A58

Color information

#393A58 (or 0x393A58) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3A and 58. RGB value is (57,58,88). Sum of RGB (Red+Green+Blue) = 57+58+88=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #393A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A58 is #C6C5A7. Grayscale: #3C3C3C. Windows color (decimal): -13026728 or 5782073. OLE color: 5782073.

HSL color Cylindrical-coordinate representation of color #393A58: hue angle of 238.06º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #393A58 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB575888-
CMYK0.350.3400.65
HSL238.06º21.38%28.43%-
HSV(B)238.06º35.23%34.51%-
XYZ4.964.69.86-
YUV61.12143.17125.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=28.08%
G=28.57%
B=43.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5758880.350.3400.65238.0621.3828.43
Hex393A582322041ee151c
Octal7172130434201013562534
Binary111001111010101100010001110001001000001111011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393A58; }

 p { color: rgb(57,58,88); }

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

<style>
 a { background-color: #393A58; }

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

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

<style>
 span { border-color: #393A58; }

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

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