#393B69

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

Shades of Deep Koamaru #393B69

Tints of Deep Koamaru #393B69

Color information

#393B69 (or 0x393B69) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3B and 69. RGB value is (57,59,105). Sum of RGB (Red+Green+Blue) = 57+59+105=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #393B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B69 is #C6C496. Grayscale: #3F3F3F. Windows color (decimal): -13026455 or 6896441. OLE color: 6896441.

HSL color Cylindrical-coordinate representation of color #393B69: hue angle of 237.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #393B69 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5759105-
CMYK0.460.4400.59
HSL237.5º29.63%31.76%-
HSV(B)237.5º45.71%41.18%-
XYZ5.85.0214.03-
YUV63.65151.34123.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=25.79%
G=26.70%
B=47.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57591050.460.4400.59237.529.6331.76
Hex393B692E2C03Bee1e20
Octal717315156540733563640
Binary111001111011110100110111010110001110111110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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