#3C206E

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

Shades of Christalle #3C206E

Tints of Christalle #3C206E

Color information

#3C206E (or 0x3C206E) is unknown color: approx Christalle. HEX triplet: 3C, 20 and 6E. RGB value is (60,32,110). Sum of RGB (Red+Green+Blue) = 60+32+110=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C206E is #C3DF91. Grayscale: #303030. Windows color (decimal): -12836754 or 7217212. OLE color: 7217212.

HSL color Cylindrical-coordinate representation of color #3C206E: hue angle of 261.54º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C206E is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6032110-
CMYK0.450.7100.57
HSL261.54º54.93%27.84%-
HSV(B)261.54º70.91%43.14%-
XYZ5.193.1215.08-
YUV49.26162.28135.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.70%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=29.70%
G=15.84%
B=54.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60321100.450.7100.57261.5454.9327.84
Hex3C206E2D47039106371c
Octal7440156551070714066734
Binary11110010000011011101011011000111011100110000011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,110); }

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

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

 a { background-color: rgb(60,32,110); }

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

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

 span { border-color: rgb(60,32,110); }

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