#2B175D

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

Shades of Christalle #2B175D

Tints of Christalle #2B175D

Color information

#2B175D (or 0x2B175D) is unknown color: approx Christalle. HEX triplet: 2B, 17 and 5D. RGB value is (43,23,93). Sum of RGB (Red+Green+Blue) = 43+23+93=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B175D is #D4E8A2. Grayscale: #242424. Windows color (decimal): -13953187 or 6100779. OLE color: 6100779.

HSL color Cylindrical-coordinate representation of color #2B175D: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B175D is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB432393-
CMYK0.540.7500.64
HSL257.14º60.34%22.75%-
HSV(B)257.14º75.27%36.47%-
XYZ3.281.9210.55-
YUV36.96159.63132.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 93 (36.72% from 255) = 58.49%
R=27.04%
G=14.47%
B=58.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4323930.540.7500.64257.1460.3422.75
Hex2B175D364B0401013c17
Octal53271356611301004017427
Binary10101110111101110111011010010110100000010000000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,23,93); }

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

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

 a { background-color: rgb(43,23,93); }

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

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

 span { border-color: rgb(43,23,93); }

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