#39346A

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

Shades of Deep Koamaru #39346A

Tints of Deep Koamaru #39346A

Color information

#39346A (or 0x39346A) is unknown color: approx Deep Koamaru. HEX triplet: 39, 34 and 6A. RGB value is (57,52,106). Sum of RGB (Red+Green+Blue) = 57+52+106=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #39346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39346A is #C6CB95. Grayscale: #3B3B3B. Windows color (decimal): -13028246 or 6960185. OLE color: 6960185.

HSL color Cylindrical-coordinate representation of color #39346A: hue angle of 245.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39346A is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5752106-
CMYK0.460.5100.58
HSL245.56º34.18%30.98%-
HSV(B)245.56º50.94%41.57%-
XYZ5.524.3714.19-
YUV59.65154.16126.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 106 (41.80% from 255) = 49.30%
R=26.51%
G=24.19%
B=49.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57521060.460.5100.58245.5634.1830.98
Hex39346A2E3303Af6221f
Octal716415256630723664237
Binary111001110100110101010111011001101110101111011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39346A; }

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

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

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

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

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

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

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

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