#2B135A

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

Shades of Christalle #2B135A

Tints of Christalle #2B135A

Color information

#2B135A (or 0x2B135A) is unknown color: approx Christalle. HEX triplet: 2B, 13 and 5A. RGB value is (43,19,90). Sum of RGB (Red+Green+Blue) = 43+19+90=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B135A is #D4ECA5. Grayscale: #222222. Windows color (decimal): -13954214 or 5903147. OLE color: 5903147.

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

Color convert

RGB431990-
CMYK0.520.7900.65
HSL260.28º65.14%21.37%-
HSV(B)260.28º78.89%35.29%-
XYZ3.071.729.84-
YUV34.27159.45134.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.29%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 90 (35.55% from 255) = 59.21%
R=28.29%
G=12.5%
B=59.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4319900.520.7900.65260.2865.1421.37
Hex2B135A344F0411044115
Octal532313264117010140410125
Binary101011100111011010110100100111101000001100000100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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