#3C386D

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

Shades of Deep Koamaru #3C386D

Tints of Deep Koamaru #3C386D

Color information

#3C386D (or 0x3C386D) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 38 and 6D. RGB value is (60,56,109). Sum of RGB (Red+Green+Blue) = 60+56+109=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C386D is #C3C792. Grayscale: #3F3F3F. Windows color (decimal): -12830611 or 7157820. OLE color: 7157820.

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

Color convert

RGB6056109-
CMYK0.450.4900.57
HSL244.53º32.12%32.35%-
HSV(B)244.53º48.62%42.75%-
XYZ6.044.8915.09-
YUV63.24153.83125.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=26.67%
G=24.89%
B=48.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60561090.450.4900.57244.5332.1232.35
Hex3C386D2D31039f52020
Octal747015555610713654040
Binary1111001110001101101101101110001011100111110101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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