#3B206C

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

Shades of Christalle #3B206C

Tints of Christalle #3B206C

Color information

#3B206C (or 0x3B206C) is unknown color: approx Christalle. HEX triplet: 3B, 20 and 6C. RGB value is (59,32,108). Sum of RGB (Red+Green+Blue) = 59+32+108=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B206C is #C4DF93. Grayscale: #303030. Windows color (decimal): -12902292 or 7086139. OLE color: 7086139.

HSL color Cylindrical-coordinate representation of color #3B206C: hue angle of 261.32º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B206C is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5932108-
CMYK0.450.7000.58
HSL261.32º54.29%27.45%-
HSV(B)261.32º70.37%42.35%-
XYZ5.033.0514.51-
YUV48.74161.45135.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.65%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=29.65%
G=16.08%
B=54.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59321080.450.7000.58261.3254.2927.45
Hex3B206C2D4603A105361b
Octal7340154551060724056633
Binary11101110000011011001011011000110011101010000010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,32,108); }

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

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

 a { background-color: rgb(59,32,108); }

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

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

 span { border-color: rgb(59,32,108); }

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