#3B135F

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

Shades of Christalle #3B135F

Tints of Christalle #3B135F

Color information

#3B135F (or 0x3B135F) is unknown color: approx Christalle. HEX triplet: 3B, 13 and 5F. RGB value is (59,19,95). Sum of RGB (Red+Green+Blue) = 59+19+95=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B135F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B135F is #C4ECA0. Grayscale: #272727. Windows color (decimal): -12905633 or 6230843. OLE color: 6230843.

HSL color Cylindrical-coordinate representation of color #3B135F: hue angle of 271.58º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B135F is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB591995-
CMYK0.380.8000.63
HSL271.58º66.67%22.35%-
HSV(B)271.58º80%37.25%-
XYZ4.12.2211.04-
YUV39.62159.25141.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 95 (37.5% from 255) = 54.91%
R=34.10%
G=10.98%
B=54.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5919950.380.8000.63271.5866.6722.35
Hex3B135F265003F1104316
Octal73231374612007742010326
Binary11101110011101111110011010100000111111100010000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,19,95); }

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

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

 a { background-color: rgb(59,19,95); }

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

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

 span { border-color: rgb(59,19,95); }

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