#3C3968

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

Shades of Deep Koamaru #3C3968

Tints of Deep Koamaru #3C3968

Color information

#3C3968 (or 0x3C3968) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 39 and 68. RGB value is (60,57,104). Sum of RGB (Red+Green+Blue) = 60+57+104=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C3968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3968 is #C3C697. Grayscale: #3F3F3F. Windows color (decimal): -12830360 or 6830396. OLE color: 6830396.

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

Color convert

RGB6057104-
CMYK0.420.4500.59
HSL243.83º29.19%31.57%-
HSV(B)243.83º45.19%40.78%-
XYZ5.834.8913.73-
YUV63.26150.99125.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=27.15%
G=25.79%
B=47.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60571040.420.4500.59243.8329.1931.57
Hex3C39682A2D03Bf41d20
Octal747115052550733643540
Binary111100111001110100010101010110101110111111010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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