#2B155E

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

Shades of Christalle #2B155E

Tints of Christalle #2B155E

Color information

#2B155E (or 0x2B155E) is unknown color: approx Christalle. HEX triplet: 2B, 15 and 5E. RGB value is (43,21,94). Sum of RGB (Red+Green+Blue) = 43+21+94=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B155E is #D4EAA1. Grayscale: #232323. Windows color (decimal): -13953698 or 6165803. OLE color: 6165803.

HSL color Cylindrical-coordinate representation of color #2B155E: hue angle of 258.08º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B155E is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB432194-
CMYK0.540.7800.63
HSL258.08º63.48%22.55%-
HSV(B)258.08º77.66%36.86%-
XYZ3.281.8610.78-
YUV35.9160.79133.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 94 (37.11% from 255) = 59.49%
R=27.22%
G=13.29%
B=59.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4321940.540.7800.63258.0863.4822.55
Hex2B155E364E03F1023f17
Octal5325136661160774027727
Binary1010111010110111101101101001110011111110000001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,94); }

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

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

 a { background-color: rgb(43,21,94); }

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

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

 span { border-color: rgb(43,21,94); }

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