#3C376B

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

Shades of Deep Koamaru #3C376B

Tints of Deep Koamaru #3C376B

Color information

#3C376B (or 0x3C376B) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 37 and 6B. RGB value is (60,55,107). Sum of RGB (Red+Green+Blue) = 60+55+107=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C376B is #C3C894. Grayscale: #3E3E3E. Windows color (decimal): -12830869 or 7026492. OLE color: 7026492.

HSL color Cylindrical-coordinate representation of color #3C376B: hue angle of 245.77º degrees, saturation: 0.32, 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 #3C376B is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6055107-
CMYK0.440.4900.58
HSL245.77º32.1%31.76%-
HSV(B)245.77º48.6%41.96%-
XYZ5.884.7514.52-
YUV62.42153.16126.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=27.03%
G=24.77%
B=48.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60551070.440.4900.58245.7732.131.76
Hex3C376B2C3103Af62020
Octal746715354610723664040
Binary1111001101111101011101100110001011101011110110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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