#393A5B

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

Shades of Deep Koamaru #393A5B

Tints of Deep Koamaru #393A5B

Color information

#393A5B (or 0x393A5B) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3A and 5B. RGB value is (57,58,91). Sum of RGB (Red+Green+Blue) = 57+58+91=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #393A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A5B is #C6C5A4. Grayscale: #3D3D3D. Windows color (decimal): -13026725 or 5978681. OLE color: 5978681.

HSL color Cylindrical-coordinate representation of color #393A5B: hue angle of 238.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #393A5B is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB575891-
CMYK0.370.3600.64
HSL238.24º22.97%29.02%-
HSV(B)238.24º37.36%35.69%-
XYZ5.094.6510.53-
YUV61.46144.67124.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=27.67%
G=28.16%
B=44.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5758910.370.3600.64238.2422.9729.02
Hex393A5B2524040ee171d
Octal7172133454401003562735
Binary111001111010101101110010110010001000000111011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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