#34235F

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

Shades of Christalle #34235F

Tints of Christalle #34235F

Color information

#34235F (or 0x34235F) is unknown color: approx Christalle. HEX triplet: 34, 23 and 5F. RGB value is (52,35,95). Sum of RGB (Red+Green+Blue) = 52+35+95=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #34235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34235F is #CBDCA0. Grayscale: #2E2E2E. Windows color (decimal): -13360289 or 6234932. OLE color: 6234932.

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

Color convert

RGB523595-
CMYK0.450.6300.63
HSL257º46.15%25.49%-
HSV(B)257º63.16%37.25%-
XYZ4.082.7611.14-
YUV46.92155.13131.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 35 (14.06% from 255) = 19.23%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=28.57%
G=19.23%
B=52.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5235950.450.6300.6325746.1525.49
Hex34235F2D3F03F1012e19
Octal644313755770774015631
Binary1101001000111011111101101111111011111110000000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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