#2D005B

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

Shades of Christalle #2D005B

Tints of Christalle #2D005B

Color information

#2D005B (or 0x2D005B) is unknown color: approx Christalle. HEX triplet: 2D, 00 and 5B. RGB value is (45,0,91). Sum of RGB (Red+Green+Blue) = 45+0+91=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D005B is #D2FFA4. Grayscale: #171717. Windows color (decimal): -13828005 or 5963821. OLE color: 5963821.

HSL color Cylindrical-coordinate representation of color #2D005B: hue angle of 269.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D005B is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB45091-
CMYK0.51100.64
HSL269.67º100%17.84%-
HSV(B)269.67º100%35.69%-
XYZ2.971.319.99-
YUV23.83165.91143.1-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=33.09%
G=0%
B=66.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal450910.51100.64269.6710017.84
Hex2D05B336404010e6412
Octal55013363144010041614422
Binary10110101011011110011110010001000000100001110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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