#2B185A

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

Shades of Christalle #2B185A

Tints of Christalle #2B185A

Color information

#2B185A (or 0x2B185A) is unknown color: approx Christalle. HEX triplet: 2B, 18 and 5A. RGB value is (43,24,90). Sum of RGB (Red+Green+Blue) = 43+24+90=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B185A is #D4E7A5. Grayscale: #242424. Windows color (decimal): -13952934 or 5904427. OLE color: 5904427.

HSL color Cylindrical-coordinate representation of color #2B185A: hue angle of 257.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B185A is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB432490-
CMYK0.520.7300.65
HSL257.27º57.89%22.35%-
HSV(B)257.27º73.33%35.29%-
XYZ3.171.919.87-
YUV37.2157.79132.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=27.39%
G=15.29%
B=57.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4324900.520.7300.65257.2757.8922.35
Hex2B185A34490411013a16
Octal53301326411101014017226
Binary10101111000101101011010010010010100000110000000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,24,90); }

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

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

 a { background-color: rgb(43,24,90); }

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

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

 span { border-color: rgb(43,24,90); }

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