#3A376F

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

Shades of Deep Koamaru #3A376F

Tints of Deep Koamaru #3A376F

Color information

#3A376F (or 0x3A376F) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 37 and 6F. RGB value is (58,55,111). Sum of RGB (Red+Green+Blue) = 58+55+111=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A376F is #C5C890. Grayscale: #3E3E3E. Windows color (decimal): -12961937 or 7288634. OLE color: 7288634.

HSL color Cylindrical-coordinate representation of color #3A376F: hue angle of 243.21º 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 #3A376F is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5855111-
CMYK0.480.5000.56
HSL243.21º33.73%32.55%-
HSV(B)243.21º50.45%43.53%-
XYZ5.984.7815.65-
YUV62.28155.49124.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 111 (43.75% from 255) = 49.55%
R=25.89%
G=24.55%
B=49.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58551110.480.5000.56243.2133.7332.55
Hex3A376F3032038f32221
Octal726715760620703634241
Binary1110101101111101111110000110010011100011110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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