#341953

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

Shades of Christalle #341953

Tints of Christalle #341953

Color information

#341953 (or 0x341953) is unknown color: approx Christalle. HEX triplet: 34, 19 and 53. RGB value is (52,25,83). Sum of RGB (Red+Green+Blue) = 52+25+83=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #341953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341953 is #CBE6AC. Grayscale: #272727. Windows color (decimal): -13362861 or 5445940. OLE color: 5445940.

HSL color Cylindrical-coordinate representation of color #341953: hue angle of 267.93º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341953 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB522583-
CMYK0.370.7000.67
HSL267.93º53.7%21.18%-
HSV(B)267.93º69.88%32.55%-
XYZ3.332.058.4-
YUV39.68152.45136.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=32.5%
G=15.62%
B=51.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5225830.370.7000.67267.9353.721.18
Hex341953254604310c3615
Octal64311234510601034146625
Binary11010011001101001110010110001100100001110000110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341953; }

 p { color: rgb(52,25,83); }

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

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

 a { background-color: rgb(52,25,83); }

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

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

 span { border-color: rgb(52,25,83); }

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