#3C2865

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

Shades of Christalle #3C2865

Tints of Christalle #3C2865

Color information

#3C2865 (or 0x3C2865) is unknown color: approx Christalle. HEX triplet: 3C, 28 and 65. RGB value is (60,40,101). Sum of RGB (Red+Green+Blue) = 60+40+101=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C2865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2865 is #C3D79A. Grayscale: #343434. Windows color (decimal): -12834715 or 6629436. OLE color: 6629436.

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

Color convert

RGB6040101-
CMYK0.410.6000.60
HSL259.67º43.26%27.65%-
HSV(B)259.67º60.4%39.61%-
XYZ4.973.4212.71-
YUV52.93155.13133.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.85%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 101 (39.84% from 255) = 50.25%
R=29.85%
G=19.90%
B=50.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60401010.410.6000.60259.6743.2627.65
Hex3C2865293C03C1042b1c
Octal745014551740744045334
Binary1111001010001100101101001111100011110010000010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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