#39375A

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

Shades of Deep Koamaru #39375A

Tints of Deep Koamaru #39375A

Color information

#39375A (or 0x39375A) is unknown color: approx Deep Koamaru. HEX triplet: 39, 37 and 5A. RGB value is (57,55,90). Sum of RGB (Red+Green+Blue) = 57+55+90=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #39375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39375A is #C6C8A5. Grayscale: #3B3B3B. Windows color (decimal): -13027494 or 5912377. OLE color: 5912377.

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

Color convert

RGB575590-
CMYK0.370.3900.65
HSL243.43º24.14%28.43%-
HSV(B)243.43º38.89%35.29%-
XYZ4.94.3410.25-
YUV59.59145.16126.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.22%
GREEN value IS 55 (21.88% from 255) = 27.23%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=28.22%
G=27.23%
B=44.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5755900.370.3900.65243.4324.1428.43
Hex39375A2527041f3181c
Octal7167132454701013633034
Binary111001110111101101010010110011101000001111100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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