#3C376D

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

Shades of Deep Koamaru #3C376D

Tints of Deep Koamaru #3C376D

Color information

#3C376D (or 0x3C376D) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 37 and 6D. RGB value is (60,55,109). Sum of RGB (Red+Green+Blue) = 60+55+109=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C376D is #C3C892. Grayscale: #3E3E3E. Windows color (decimal): -12830867 or 7157564. OLE color: 7157564.

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

Color convert

RGB6055109-
CMYK0.450.5000.57
HSL245.56º32.93%32.16%-
HSV(B)245.56º49.54%42.75%-
XYZ5.994.815.08-
YUV62.65154.16126.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.79%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=26.79%
G=24.55%
B=48.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60551090.450.5000.57245.5632.9332.16
Hex3C376D2D32039f62120
Octal746715555620713664140
Binary1111001101111101101101101110010011100111110110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,109); }

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

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

 a { background-color: rgb(60,55,109); }

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

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

 span { border-color: rgb(60,55,109); }

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