#290356

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

Shades of Christalle #290356

Tints of Christalle #290356

Color information

#290356 (or 0x290356) is unknown color: approx Christalle. HEX triplet: 29, 03 and 56. RGB value is (41,3,86). Sum of RGB (Red+Green+Blue) = 41+3+86=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #290356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290356 is #D6FCA9. Grayscale: #171717. Windows color (decimal): -14089386 or 5636905. OLE color: 5636905.

HSL color Cylindrical-coordinate representation of color #290356: hue angle of 267.47º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290356 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB41386-
CMYK0.520.9700.66
HSL267.47º93.26%17.45%-
HSV(B)267.47º96.51%33.73%-
XYZ2.631.218.9-
YUV23.82163.09140.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 86 (33.98% from 255) = 66.15%
R=31.54%
G=2.31%
B=66.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal413860.520.9700.66267.4793.2617.45
Hex29356346104210b5d11
Octal51312664141010241313521
Binary101001111010110110100110000101000010100001011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290356; }

 p { color: rgb(41,3,86); }

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

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

 a { background-color: rgb(41,3,86); }

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

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

 span { border-color: rgb(41,3,86); }

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