#393A61

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

Shades of Deep Koamaru #393A61

Tints of Deep Koamaru #393A61

Color information

#393A61 (or 0x393A61) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3A and 61. RGB value is (57,58,97). Sum of RGB (Red+Green+Blue) = 57+58+97=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #393A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A61 is #C6C59E. Grayscale: #3D3D3D. Windows color (decimal): -13026719 or 6371897. OLE color: 6371897.

HSL color Cylindrical-coordinate representation of color #393A61: hue angle of 238.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #393A61 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB575897-
CMYK0.410.4000.62
HSL238.5º25.97%30.2%-
HSV(B)238.5º41.24%38.04%-
XYZ5.364.7611.95-
YUV62.15147.67124.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 58 (23.05% from 255) = 27.36%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=26.89%
G=27.36%
B=45.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5758970.410.4000.62238.525.9730.2
Hex393A61292803Eee1a1e
Octal717214151500763563236
Binary11100111101011000011010011010000111110111011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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