#2D095C

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

Shades of Christalle #2D095C

Tints of Christalle #2D095C

Color information

#2D095C (or 0x2D095C) is unknown color: approx Christalle. HEX triplet: 2D, 09 and 5C. RGB value is (45,9,92). Sum of RGB (Red+Green+Blue) = 45+9+92=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D095C is #D2F6A3. Grayscale: #1C1C1C. Windows color (decimal): -13825700 or 6031661. OLE color: 6031661.

HSL color Cylindrical-coordinate representation of color #2D095C: hue angle of 266.02º 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 #2D095C is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB45992-
CMYK0.510.9000.64
HSL266.02º82.18%19.8%-
HSV(B)266.02º90.22%36.08%-
XYZ3.111.5310.26-
YUV29.23163.43139.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.82%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=30.82%
G=6.16%
B=63.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal459920.510.9000.64266.0282.1819.8
Hex2D95C335A04010a5214
Octal551113463132010041212224
Binary10110110011011100110011101101001000000100001010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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