#39365A

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

Shades of Deep Koamaru #39365A

Tints of Deep Koamaru #39365A

Color information

#39365A (or 0x39365A) is unknown color: approx Deep Koamaru. HEX triplet: 39, 36 and 5A. RGB value is (57,54,90). Sum of RGB (Red+Green+Blue) = 57+54+90=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #39365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39365A is #C6C9A5. Grayscale: #3A3A3A. Windows color (decimal): -13027750 or 5912121. OLE color: 5912121.

HSL color Cylindrical-coordinate representation of color #39365A: hue angle of 245º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #39365A is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB575490-
CMYK0.370.4000.65
HSL245º25%28.24%-
HSV(B)245º40%35.29%-
XYZ4.854.2510.24-
YUV59145.49126.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=28.36%
G=26.87%
B=44.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5754900.370.4000.652452528.24
Hex39365A2528041f5191c
Octal7166132455001013653134
Binary111001110110101101010010110100001000001111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,54,90); }

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

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

 a { background-color: rgb(57,54,90); }

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

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

 span { border-color: rgb(57,54,90); }

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