#34156A

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

Shades of Christalle #34156A

Tints of Christalle #34156A

Color information

#34156A (or 0x34156A) is unknown color: approx Christalle. HEX triplet: 34, 15 and 6A. RGB value is (52,21,106). Sum of RGB (Red+Green+Blue) = 52+21+106=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #34156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34156A is #CBEA95. Grayscale: #272727. Windows color (decimal): -13363862 or 6952244. OLE color: 6952244.

HSL color Cylindrical-coordinate representation of color #34156A: hue angle of 261.88º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34156A is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5221106-
CMYK0.510.8000.58
HSL261.88º66.93%24.9%-
HSV(B)261.88º80.19%41.57%-
XYZ4.292.3113.86-
YUV39.96165.27136.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 106 (41.80% from 255) = 59.22%
R=29.05%
G=11.73%
B=59.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52211060.510.8000.58261.8866.9324.9
Hex34156A335003A1064319
Octal64251526312007240610331
Binary11010010101110101011001110100000111010100000110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34156A; }

 p { color: rgb(52,21,106); }

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

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

 a { background-color: rgb(52,21,106); }

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

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

 span { border-color: rgb(52,21,106); }

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