#393B6D

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

Shades of Deep Koamaru #393B6D

Tints of Deep Koamaru #393B6D

Color information

#393B6D (or 0x393B6D) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3B and 6D. RGB value is (57,59,109). Sum of RGB (Red+Green+Blue) = 57+59+109=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #393B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B6D is #C6C492. Grayscale: #3F3F3F. Windows color (decimal): -13026451 or 7158585. OLE color: 7158585.

HSL color Cylindrical-coordinate representation of color #393B6D: hue angle of 237.69º 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 #393B6D is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5759109-
CMYK0.480.4600.57
HSL237.69º31.33%32.55%-
HSV(B)237.69º47.71%42.75%-
XYZ6.015.115.14-
YUV64.1153.34122.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 59 (23.44% from 255) = 26.22%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=25.33%
G=26.22%
B=48.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57591090.480.4600.57237.6931.3332.55
Hex393B6D302E039ee1f21
Octal717315560560713563741
Binary111001111011110110111000010111001110011110111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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