#3C2368

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

Shades of Christalle #3C2368

Tints of Christalle #3C2368

Color information

#3C2368 (or 0x3C2368) is unknown color: approx Christalle. HEX triplet: 3C, 23 and 68. RGB value is (60,35,104). Sum of RGB (Red+Green+Blue) = 60+35+104=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C2368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2368 is #C3DC97. Grayscale: #323232. Windows color (decimal): -12835992 or 6824764. OLE color: 6824764.

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

Color convert

RGB6035104-
CMYK0.420.6600.59
HSL261.74º49.64%27.25%-
HSV(B)261.74º66.35%40.78%-
XYZ4.963.1613.45-
YUV50.34158.28134.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=30.15%
G=17.59%
B=52.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60351040.420.6600.59261.7449.6427.25
Hex3C23682A4203B106321b
Octal7443150521020734066233
Binary11110010001111010001010101000010011101110000011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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