#393A67

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

Shades of Deep Koamaru #393A67

Tints of Deep Koamaru #393A67

Color information

#393A67 (or 0x393A67) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3A and 67. RGB value is (57,58,103). Sum of RGB (Red+Green+Blue) = 57+58+103=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #393A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A67 is #C6C598. Grayscale: #3E3E3E. Windows color (decimal): -13026713 or 6765113. OLE color: 6765113.

HSL color Cylindrical-coordinate representation of color #393A67: hue angle of 238.7º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393A67 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5758103-
CMYK0.450.4400.60
HSL238.7º28.75%31.37%-
HSV(B)238.7º44.66%40.39%-
XYZ5.654.8813.48-
YUV62.83150.67123.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=26.15%
G=26.61%
B=47.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57581030.450.4400.60238.728.7531.37
Hex393A672D2C03Cef1d1f
Octal717214755540743573537
Binary11100111101011001111011011011000111100111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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