#3C035E

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

Shades of Christalle #3C035E

Tints of Christalle #3C035E

Color information

#3C035E (or 0x3C035E) is unknown color: approx Christalle. HEX triplet: 3C, 03 and 5E. RGB value is (60,3,94). Sum of RGB (Red+Green+Blue) = 60+3+94=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C035E is #C3FCA1. Grayscale: #1E1E1E. Windows color (decimal): -12844194 or 6161212. OLE color: 6161212.

HSL color Cylindrical-coordinate representation of color #3C035E: hue angle of 277.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C035E is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB60394-
CMYK0.360.9700.63
HSL277.58º93.81%19.02%-
HSV(B)277.58º96.81%36.86%-
XYZ3.921.8310.74-
YUV30.42163.88149.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 94 (37.11% from 255) = 59.87%
R=38.22%
G=1.91%
B=59.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal603940.360.9700.63277.5893.8119.02
Hex3C35E246103F1165e13
Octal7431364414107742613623
Binary11110011101111010010011000010111111100010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,94); }

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

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

 a { background-color: rgb(60,3,94); }

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

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

 span { border-color: rgb(60,3,94); }

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