#3C3963

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

Shades of Deep Koamaru #3C3963

Tints of Deep Koamaru #3C3963

Color information

#3C3963 (or 0x3C3963) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 39 and 63. RGB value is (60,57,99). Sum of RGB (Red+Green+Blue) = 60+57+99=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C3963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3963 is #C3C69C. Grayscale: #3E3E3E. Windows color (decimal): -12830365 or 6502716. OLE color: 6502716.

HSL color Cylindrical-coordinate representation of color #3C3963: hue angle of 244.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C3963 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB605799-
CMYK0.390.4200.61
HSL244.29º26.92%30.59%-
HSV(B)244.29º42.42%38.82%-
XYZ5.584.7912.43-
YUV62.68148.49126.08-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=27.78%
G=26.39%
B=45.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6057990.390.4200.61244.2926.9230.59
Hex3C3963272A03Df41b1f
Octal747114347520753643337
Binary11110011100111000111001111010100111101111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,99); }

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

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

 a { background-color: rgb(60,57,99); }

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

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

 span { border-color: rgb(60,57,99); }

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