#393962

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

Shades of Deep Koamaru #393962

Tints of Deep Koamaru #393962

Color information

#393962 (or 0x393962) is unknown color: approx Deep Koamaru. HEX triplet: 39, 39 and 62. RGB value is (57,57,98). Sum of RGB (Red+Green+Blue) = 57+57+98=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #393962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393962 is #C6C69D. Grayscale: #3D3D3D. Windows color (decimal): -13026974 or 6437177. OLE color: 6437177.

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

Color convert

RGB575798-
CMYK0.420.4200.62
HSL240º26.45%30.39%-
HSV(B)240º41.84%38.43%-
XYZ5.364.6812.18-
YUV61.67148.5124.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=26.89%
G=26.89%
B=46.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5757980.420.4200.6224026.4530.39
Hex3939622A2A03Ef01a1e
Octal717114252520763603236
Binary11100111100111000101010101010100111110111100001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393962; }

 p { color: rgb(57,57,98); }

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

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

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

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

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

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

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