#39376F

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

Shades of Deep Koamaru #39376F

Tints of Deep Koamaru #39376F

Color information

#39376F (or 0x39376F) is unknown color: approx Deep Koamaru. HEX triplet: 39, 37 and 6F. RGB value is (57,55,111). Sum of RGB (Red+Green+Blue) = 57+55+111=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #39376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39376F is #C6C890. Grayscale: #3D3D3D. Windows color (decimal): -13027473 or 7288633. OLE color: 7288633.

HSL color Cylindrical-coordinate representation of color #39376F: hue angle of 242.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #39376F is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5755111-
CMYK0.490.5000.56
HSL242.14º33.73%32.55%-
HSV(B)242.14º50.45%43.53%-
XYZ5.924.7515.64-
YUV61.98155.66124.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=25.56%
G=24.66%
B=49.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57551110.490.5000.56242.1433.7332.55
Hex39376F3132038f22221
Octal716715761620703624241
Binary1110011101111101111110001110010011100011110010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39376F; }

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

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

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

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

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

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

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

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