#393A6D

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

Shades of Deep Koamaru #393A6D

Tints of Deep Koamaru #393A6D

Color information

#393A6D (or 0x393A6D) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3A and 6D. RGB value is (57,58,109). Sum of RGB (Red+Green+Blue) = 57+58+109=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #393A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A6D is #C6C592. Grayscale: #3F3F3F. Windows color (decimal): -13026707 or 7158329. OLE color: 7158329.

HSL color Cylindrical-coordinate representation of color #393A6D: hue angle of 238.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393A6D is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5758109-
CMYK0.480.4700.57
HSL238.85º31.33%32.55%-
HSV(B)238.85º47.71%42.75%-
XYZ5.96515.12-
YUV63.52153.67123.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=25.45%
G=25.89%
B=48.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57581090.480.4700.57238.8531.3332.55
Hex393A6D302F039ef1f21
Octal717215560570713573741
Binary111001111010110110111000010111101110011110111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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