#3A375C

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

Shades of Deep Koamaru #3A375C

Tints of Deep Koamaru #3A375C

Color information

#3A375C (or 0x3A375C) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 37 and 5C. RGB value is (58,55,92). Sum of RGB (Red+Green+Blue) = 58+55+92=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A375C is #C5C8A3. Grayscale: #3B3B3B. Windows color (decimal): -12961956 or 6043450. OLE color: 6043450.

HSL color Cylindrical-coordinate representation of color #3A375C: hue angle of 244.86º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A375C is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB585592-
CMYK0.370.4000.64
HSL244.86º25.17%28.82%-
HSV(B)244.86º40.22%36.08%-
XYZ5.044.410.71-
YUV60.11145.99126.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=28.29%
G=26.83%
B=44.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5855920.370.4000.64244.8625.1728.82
Hex3A375C2528040f5191d
Octal7267134455001003653135
Binary111010110111101110010010110100001000000111101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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