#393469

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

Shades of Deep Koamaru #393469

Tints of Deep Koamaru #393469

Color information

#393469 (or 0x393469) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 69. RGB value is (57,52,105). Sum of RGB (Red+Green+Blue) = 57+52+105=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #393469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393469 is #C6CB96. Grayscale: #3B3B3B. Windows color (decimal): -13028247 or 6894649. OLE color: 6894649.

HSL color Cylindrical-coordinate representation of color #393469: hue angle of 245.66º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393469 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5752105-
CMYK0.460.5000.59
HSL245.66º33.76%30.78%-
HSV(B)245.66º50.48%41.18%-
XYZ5.474.3513.92-
YUV59.54153.66126.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 105 (41.41% from 255) = 49.07%
R=26.64%
G=24.30%
B=49.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57521050.460.5000.59245.6633.7630.78
Hex3934692E3203Bf6221f
Octal716415156620733664237
Binary111001110100110100110111011001001110111111011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393469; }

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

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

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

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

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

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

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

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