#2B095C

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

Shades of Christalle #2B095C

Tints of Christalle #2B095C

Color information

#2B095C (or 0x2B095C) is unknown color: approx Christalle. HEX triplet: 2B, 09 and 5C. RGB value is (43,9,92). Sum of RGB (Red+Green+Blue) = 43+9+92=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B095C is #D4F6A3. Grayscale: #1C1C1C. Windows color (decimal): -13956772 or 6031659. OLE color: 6031659.

HSL color Cylindrical-coordinate representation of color #2B095C: hue angle of 264.58º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B095C is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB43992-
CMYK0.530.9000.64
HSL264.58º82.18%19.8%-
HSV(B)264.58º90.22%36.08%-
XYZ3.031.4810.25-
YUV28.63163.76138.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.86%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 92 (36.33% from 255) = 63.89%
R=29.86%
G=6.25%
B=63.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal439920.530.9000.64264.5882.1819.8
Hex2B95C355A0401095214
Octal531113465132010041112224
Binary10101110011011100110101101101001000000100001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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