#393461

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

Shades of Deep Koamaru #393461

Tints of Deep Koamaru #393461

Color information

#393461 (or 0x393461) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 61. RGB value is (57,52,97). Sum of RGB (Red+Green+Blue) = 57+52+97=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #393461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393461 is #C6CB9E. Grayscale: #3A3A3A. Windows color (decimal): -13028255 or 6370361. OLE color: 6370361.

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

Color convert

RGB575297-
CMYK0.410.4600.62
HSL246.67º30.2%29.22%-
HSV(B)246.67º46.39%38.04%-
XYZ5.074.1911.85-
YUV58.62149.66126.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=27.67%
G=25.24%
B=47.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5752970.410.4600.62246.6730.229.22
Hex393461292E03Ef71e1d
Octal716414151560763673635
Binary11100111010011000011010011011100111110111101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393461; }

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

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

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

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

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

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

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

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