#34205D

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

Shades of Christalle #34205D

Tints of Christalle #34205D

Color information

#34205D (or 0x34205D) is unknown color: approx Christalle. HEX triplet: 34, 20 and 5D. RGB value is (52,32,93). Sum of RGB (Red+Green+Blue) = 52+32+93=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #34205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34205D is #CBDFA2. Grayscale: #2C2C2C. Windows color (decimal): -13361059 or 6103092. OLE color: 6103092.

HSL color Cylindrical-coordinate representation of color #34205D: hue angle of 259.67º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34205D is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB523293-
CMYK0.440.6600.64
HSL259.67º48.8%24.51%-
HSV(B)259.67º65.59%36.47%-
XYZ3.912.5510.64-
YUV44.93155.13133.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=29.38%
G=18.08%
B=52.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5232930.440.6600.64259.6748.824.51
Hex34205D2C420401043119
Octal64401355410201004046131
Binary110100100000101110110110010000100100000010000010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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