#3A3760

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

Shades of Deep Koamaru #3A3760

Tints of Deep Koamaru #3A3760

Color information

#3A3760 (or 0x3A3760) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 37 and 60. RGB value is (58,55,96). Sum of RGB (Red+Green+Blue) = 58+55+96=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A3760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3760 is #C5C89F. Grayscale: #3C3C3C. Windows color (decimal): -12961952 or 6305594. OLE color: 6305594.

HSL color Cylindrical-coordinate representation of color #3A3760: hue angle of 244.39º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A3760 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB585596-
CMYK0.400.4300.62
HSL244.39º27.15%29.61%-
HSV(B)244.39º42.71%37.65%-
XYZ5.224.4811.66-
YUV60.57147.99126.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=27.75%
G=26.32%
B=45.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5855960.400.4300.62244.3927.1529.61
Hex3A3760282B03Ef41b1e
Octal726714050530763643336
Binary11101011011111000001010001010110111110111101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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