#3C0E64

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

Shades of Christalle #3C0E64

Tints of Christalle #3C0E64

Color information

#3C0E64 (or 0x3C0E64) is unknown color: approx Christalle. HEX triplet: 3C, 0E and 64. RGB value is (60,14,100). Sum of RGB (Red+Green+Blue) = 60+14+100=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #3C0E64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0E64 is #C3F19B. Grayscale: #252525. Windows color (decimal): -12841372 or 6557244. OLE color: 6557244.

HSL color Cylindrical-coordinate representation of color #3C0E64: hue angle of 272.09º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C0E64 is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6014100-
CMYK0.40.8600.61
HSL272.09º75.44%22.35%-
HSV(B)272.09º86%39.22%-
XYZ4.322.1912.25-
YUV37.56163.24144.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 100 (39.45% from 255) = 57.47%
R=34.48%
G=8.05%
B=57.47%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60141000.40.8600.61272.0975.4422.35
Hex3CE64285603D1104b16
Octal74161445012607542011326
Binary1111001110110010010100010101100111101100010000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,14,100); }

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

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

 a { background-color: rgb(60,14,100); }

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

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

 span { border-color: rgb(60,14,100); }

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