#2D095B

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

Shades of Christalle #2D095B

Tints of Christalle #2D095B

Color information

#2D095B (or 0x2D095B) is unknown color: approx Christalle. HEX triplet: 2D, 09 and 5B. RGB value is (45,9,91). Sum of RGB (Red+Green+Blue) = 45+9+91=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D095B is #D2F6A4. Grayscale: #1C1C1C. Windows color (decimal): -13825701 or 5966125. OLE color: 5966125.

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

Color convert

RGB45991-
CMYK0.510.9000.64
HSL266.34º82%19.61%-
HSV(B)266.34º90.11%35.69%-
XYZ3.071.5110.03-
YUV29.11162.93139.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.03%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=31.03%
G=6.21%
B=62.76%

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
Decimal459910.510.9000.64266.348219.61
Hex2D95B335A04010a5214
Octal551113363132010041212224
Binary10110110011011011110011101101001000000100001010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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