#341852

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

Shades of Christalle #341852

Tints of Christalle #341852

Color information

#341852 (or 0x341852) is unknown color: approx Christalle. HEX triplet: 34, 18 and 52. RGB value is (52,24,82). Sum of RGB (Red+Green+Blue) = 52+24+82=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #341852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341852 is #CBE7AD. Grayscale: #262626. Windows color (decimal): -13363118 or 5380148. OLE color: 5380148.

HSL color Cylindrical-coordinate representation of color #341852: hue angle of 268.97º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341852 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB522482-
CMYK0.370.7100.68
HSL268.97º54.72%20.78%-
HSV(B)268.97º70.73%32.16%-
XYZ3.271.998.2-
YUV38.98152.28137.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=32.91%
G=15.19%
B=51.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5224820.370.7100.68268.9754.7220.78
Hex341852254704410d3715
Octal64301224510701044156725
Binary11010011000101001010010110001110100010010000110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341852; }

 p { color: rgb(52,24,82); }

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

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

 a { background-color: rgb(52,24,82); }

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

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

 span { border-color: rgb(52,24,82); }

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