#3C2866

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

Shades of Christalle #3C2866

Tints of Christalle #3C2866

Color information

#3C2866 (or 0x3C2866) is unknown color: approx Christalle. HEX triplet: 3C, 28 and 66. RGB value is (60,40,102). Sum of RGB (Red+Green+Blue) = 60+40+102=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C2866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2866 is #C3D799. Grayscale: #343434. Windows color (decimal): -12834714 or 6694972. OLE color: 6694972.

HSL color Cylindrical-coordinate representation of color #3C2866: hue angle of 259.35º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C2866 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6040102-
CMYK0.410.6100.6
HSL259.35º43.66%27.84%-
HSV(B)259.35º60.78%40%-
XYZ5.023.4412.97-
YUV53.05155.63132.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=29.70%
G=19.80%
B=50.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60401020.410.6100.6259.3543.6627.84
Hex3C2866293D03C1032c1c
Octal745014651750744035434
Binary1111001010001100110101001111101011110010000001110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,40,102); }

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

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

 a { background-color: rgb(60,40,102); }

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

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

 span { border-color: rgb(60,40,102); }

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