#3B236C

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

Shades of Christalle #3B236C

Tints of Christalle #3B236C

Color information

#3B236C (or 0x3B236C) is unknown color: approx Christalle. HEX triplet: 3B, 23 and 6C. RGB value is (59,35,108). Sum of RGB (Red+Green+Blue) = 59+35+108=202 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.21% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #3B236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B236C is #C4DC93. Grayscale: #323232. Windows color (decimal): -12901524 or 7086907. OLE color: 7086907.

HSL color Cylindrical-coordinate representation of color #3B236C: hue angle of 259.73º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B236C is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5935108-
CMYK0.450.6800.58
HSL259.73º51.05%28.04%-
HSV(B)259.73º67.59%42.35%-
XYZ5.113.2114.54-
YUV50.5160.45134.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.21%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=29.21%
G=17.33%
B=53.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59351080.450.6800.58259.7351.0528.04
Hex3B236C2D4403A104331c
Octal7343154551040724046334
Binary11101110001111011001011011000100011101010000010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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