#393A63

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

Shades of Deep Koamaru #393A63

Tints of Deep Koamaru #393A63

Color information

#393A63 (or 0x393A63) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3A and 63. RGB value is (57,58,99). Sum of RGB (Red+Green+Blue) = 57+58+99=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #393A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A63 is #C6C59C. Grayscale: #3E3E3E. Windows color (decimal): -13026717 or 6502969. OLE color: 6502969.

HSL color Cylindrical-coordinate representation of color #393A63: hue angle of 238.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #393A63 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB575899-
CMYK0.420.4100.61
HSL238.57º26.92%30.59%-
HSV(B)238.57º42.42%38.82%-
XYZ5.454.812.44-
YUV62.38148.67124.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 58 (23.05% from 255) = 27.10%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=26.64%
G=27.10%
B=46.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5758990.420.4100.61238.5726.9230.59
Hex393A632A2903Def1b1f
Octal717214352510753573337
Binary11100111101011000111010101010010111101111011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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