#34235E

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

Shades of Christalle #34235E

Tints of Christalle #34235E

Color information

#34235E (or 0x34235E) is unknown color: approx Christalle. HEX triplet: 34, 23 and 5E. RGB value is (52,35,94). Sum of RGB (Red+Green+Blue) = 52+35+94=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #34235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34235E is #CBDCA1. Grayscale: #2E2E2E. Windows color (decimal): -13360290 or 6169396. OLE color: 6169396.

HSL color Cylindrical-coordinate representation of color #34235E: hue angle of 257.29º 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 #34235E is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB523594-
CMYK0.450.6300.63
HSL257.29º45.74%25.29%-
HSV(B)257.29º62.77%36.86%-
XYZ4.042.7410.91-
YUV46.81154.63131.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 94 (37.11% from 255) = 51.93%
R=28.73%
G=19.34%
B=51.93%

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
Decimal5235940.450.6300.63257.2945.7425.29
Hex34235E2D3F03F1012e19
Octal644313655770774015631
Binary1101001000111011110101101111111011111110000000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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