#3A375D

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

Shades of Deep Koamaru #3A375D

Tints of Deep Koamaru #3A375D

Color information

#3A375D (or 0x3A375D) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 37 and 5D. RGB value is (58,55,93). Sum of RGB (Red+Green+Blue) = 58+55+93=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A375D is #C5C8A2. Grayscale: #3C3C3C. Windows color (decimal): -12961955 or 6108986. OLE color: 6108986.

HSL color Cylindrical-coordinate representation of color #3A375D: hue angle of 244.74º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A375D is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB585593-
CMYK0.380.4100.64
HSL244.74º25.68%29.02%-
HSV(B)244.74º40.86%36.47%-
XYZ5.094.4210.94-
YUV60.23146.49126.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 55 (21.88% from 255) = 26.70%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=28.16%
G=26.70%
B=45.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5855930.380.4100.64244.7425.6829.02
Hex3A375D2629040f51a1d
Octal7267135465101003653235
Binary111010110111101110110011010100101000000111101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A375D; }

 p { color: rgb(58,55,93); }

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

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

 a { background-color: rgb(58,55,93); }

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

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

 span { border-color: rgb(58,55,93); }

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