#34206D

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

Shades of Christalle #34206D

Tints of Christalle #34206D

Color information

#34206D (or 0x34206D) is unknown color: approx Christalle. HEX triplet: 34, 20 and 6D. RGB value is (52,32,109). Sum of RGB (Red+Green+Blue) = 52+32+109=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #34206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34206D is #CBDF92. Grayscale: #2E2E2E. Windows color (decimal): -13361043 or 7151668. OLE color: 7151668.

HSL color Cylindrical-coordinate representation of color #34206D: hue angle of 255.58º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34206D is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5232109-
CMYK0.520.7100.57
HSL255.58º54.61%27.65%-
HSV(B)255.58º70.64%42.75%-
XYZ4.692.8714.77-
YUV46.76163.13131.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 32 (12.89% from 255) = 16.58%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=26.94%
G=16.58%
B=56.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52321090.520.7100.57255.5854.6127.65
Hex34206D3447039100371c
Octal6440155641070714006734
Binary11010010000011011011101001000111011100110000000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34206D; }

 p { color: rgb(52,32,109); }

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

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

 a { background-color: rgb(52,32,109); }

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

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

 span { border-color: rgb(52,32,109); }

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