#34205F

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

Shades of Christalle #34205F

Tints of Christalle #34205F

Color information

#34205F (or 0x34205F) is unknown color: approx Christalle. HEX triplet: 34, 20 and 5F. RGB value is (52,32,95). Sum of RGB (Red+Green+Blue) = 52+32+95=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #34205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34205F is #CBDFA0. Grayscale: #2C2C2C. Windows color (decimal): -13361057 or 6234164. OLE color: 6234164.

HSL color Cylindrical-coordinate representation of color #34205F: hue angle of 259.05º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34205F is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB523295-
CMYK0.450.6600.63
HSL259.05º49.61%24.9%-
HSV(B)259.05º66.32%37.25%-
XYZ42.5911.12-
YUV45.16156.13132.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 95 (37.5% from 255) = 53.07%
R=29.05%
G=17.88%
B=53.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5232950.450.6600.63259.0549.6124.9
Hex34205F2D4203F1033219
Octal6440137551020774036231
Binary11010010000010111111011011000010011111110000001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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