#3A376E

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

Shades of Deep Koamaru #3A376E

Tints of Deep Koamaru #3A376E

Color information

#3A376E (or 0x3A376E) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 37 and 6E. RGB value is (58,55,110). Sum of RGB (Red+Green+Blue) = 58+55+110=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A376E is #C5C891. Grayscale: #3D3D3D. Windows color (decimal): -12961938 or 7223098. OLE color: 7223098.

HSL color Cylindrical-coordinate representation of color #3A376E: hue angle of 243.27º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A376E is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5855110-
CMYK0.470.500.57
HSL243.27º33.33%32.35%-
HSV(B)243.27º50%43.14%-
XYZ5.934.7615.36-
YUV62.17154.99125.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=26.01%
G=24.66%
B=49.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58551100.470.500.57243.2733.3332.35
Hex3A376E2F32039f32120
Octal726715657620713634140
Binary1110101101111101110101111110010011100111110011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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