#3B035C

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

Shades of Christalle #3B035C

Tints of Christalle #3B035C

Color information

#3B035C (or 0x3B035C) is unknown color: approx Christalle. HEX triplet: 3B, 03 and 5C. RGB value is (59,3,92). Sum of RGB (Red+Green+Blue) = 59+3+92=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B035C is #C4FCA3. Grayscale: #1D1D1D. Windows color (decimal): -12909732 or 6030139. OLE color: 6030139.

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

Color convert

RGB59392-
CMYK0.360.9700.64
HSL277.75º93.68%18.63%-
HSV(B)277.75º96.74%36.08%-
XYZ3.771.7710.27-
YUV29.89163.05148.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=38.31%
G=1.95%
B=59.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal593920.360.9700.64277.7593.6818.63
Hex3B35C24610401165e13
Octal73313444141010042613623
Binary111011111011100100100110000101000000100010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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