#393C67

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

Shades of Deep Koamaru #393C67

Tints of Deep Koamaru #393C67

Color information

#393C67 (or 0x393C67) is unknown color: approx Deep Koamaru. HEX triplet: 39, 3C and 67. RGB value is (57,60,103). Sum of RGB (Red+Green+Blue) = 57+60+103=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 103 (40.62% from 255 or 46.82% from 220); Max value from RGB is 103 - color contains mainly: blue. Hex color #393C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C67 is #C6C398. Grayscale: #3F3F3F. Windows color (decimal): -13026201 or 6765625. OLE color: 6765625.

HSL color Cylindrical-coordinate representation of color #393C67: hue angle of 236.09º 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 #393C67 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5760103-
CMYK0.450.4200.60
HSL236.09º28.75%31.37%-
HSV(B)236.09º44.66%40.39%-
XYZ5.755.0813.51-
YUV64150.01123-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 103 (40.62% from 255) = 46.82%
R=25.91%
G=27.27%
B=46.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57601030.450.4200.60236.0928.7531.37
Hex393C672D2A03Cec1d1f
Octal717414755520743543537
Binary11100111110011001111011011010100111100111011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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