#3C1360

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

Shades of Christalle #3C1360

Tints of Christalle #3C1360

Color information

#3C1360 (or 0x3C1360) is unknown color: approx Christalle. HEX triplet: 3C, 13 and 60. RGB value is (60,19,96). Sum of RGB (Red+Green+Blue) = 60+19+96=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C1360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1360 is #C3EC9F. Grayscale: #272727. Windows color (decimal): -12840096 or 6296380. OLE color: 6296380.

HSL color Cylindrical-coordinate representation of color #3C1360: hue angle of 271.95º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1360 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB601996-
CMYK0.380.8000.62
HSL271.95º66.96%22.55%-
HSV(B)271.95º80.21%37.65%-
XYZ4.212.2711.28-
YUV40.04159.58142.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.29%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=34.29%
G=10.86%
B=54.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6019960.380.8000.62271.9566.9622.55
Hex3C1360265003E1104317
Octal74231404612007642010327
Binary11110010011110000010011010100000111110100010000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,19,96); }

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

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

 a { background-color: rgb(60,19,96); }

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

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

 span { border-color: rgb(60,19,96); }

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