#2B135C

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

Shades of Christalle #2B135C

Tints of Christalle #2B135C

Color information

#2B135C (or 0x2B135C) is unknown color: approx Christalle. HEX triplet: 2B, 13 and 5C. RGB value is (43,19,92). Sum of RGB (Red+Green+Blue) = 43+19+92=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 19 (7.81% from 255 or 12.34% 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 #2B135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B135C is #D4ECA3. Grayscale: #222222. Windows color (decimal): -13954212 or 6034219. OLE color: 6034219.

HSL color Cylindrical-coordinate representation of color #2B135C: hue angle of 259.73º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B135C is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB431992-
CMYK0.530.7900.64
HSL259.73º65.77%21.76%-
HSV(B)259.73º79.35%36.08%-
XYZ3.161.7510.3-
YUV34.5160.45134.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=27.92%
G=12.34%
B=59.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4319920.530.7900.64259.7365.7721.76
Hex2B135C354F0401044216
Octal532313465117010040410226
Binary101011100111011100110101100111101000000100000100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B135C; }

 p { color: rgb(43,19,92); }

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

<style>
 a { background-color: #2B135C; }

 a { background-color: rgb(43,19,92); }

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

<style>
 span { border-color: #2B135C; }

 span { border-color: rgb(43,19,92); }

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