#3B376C

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

Shades of Deep Koamaru #3B376C

Tints of Deep Koamaru #3B376C

Color information

#3B376C (or 0x3B376C) is unknown color: approx Deep Koamaru. HEX triplet: 3B, 37 and 6C. RGB value is (59,55,108). Sum of RGB (Red+Green+Blue) = 59+55+108=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B376C is #C4C893. Grayscale: #3E3E3E. Windows color (decimal): -12896404 or 7092027. OLE color: 7092027.

HSL color Cylindrical-coordinate representation of color #3B376C: hue angle of 244.53º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B376C is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5955108-
CMYK0.450.4900.58
HSL244.53º32.52%31.96%-
HSV(B)244.53º49.07%42.35%-
XYZ5.884.7414.79-
YUV62.24153.83125.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.58%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=26.58%
G=24.77%
B=48.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59551080.450.4900.58244.5332.5231.96
Hex3B376C2D3103Af52120
Octal736715455610723654140
Binary1110111101111101100101101110001011101011110101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,55,108); }

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

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

 a { background-color: rgb(59,55,108); }

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

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

 span { border-color: rgb(59,55,108); }

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