#3B185C

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

Shades of Christalle #3B185C

Tints of Christalle #3B185C

Color information

#3B185C (or 0x3B185C) is unknown color: approx Christalle. HEX triplet: 3B, 18 and 5C. RGB value is (59,24,92). Sum of RGB (Red+Green+Blue) = 59+24+92=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 92 (36.33% from 255 or 52.57% from 175); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B185C is #C4E7A3. Grayscale: #292929. Windows color (decimal): -12904356 or 6035515. OLE color: 6035515.

HSL color Cylindrical-coordinate representation of color #3B185C: hue angle of 270.88º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B185C is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB592492-
CMYK0.360.7400.64
HSL270.88º58.62%22.75%-
HSV(B)270.88º73.91%36.08%-
XYZ4.062.3610.37-
YUV42.22156.1139.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 92 (36.33% from 255) = 52.57%
R=33.71%
G=13.71%
B=52.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5924920.360.7400.64270.8858.6222.75
Hex3B185C244A04010f3b17
Octal73301344411201004177327
Binary11101111000101110010010010010100100000010000111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,24,92); }

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

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

 a { background-color: rgb(59,24,92); }

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

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

 span { border-color: rgb(59,24,92); }

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