#341053

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

Shades of Christalle #341053

Tints of Christalle #341053

Color information

#341053 (or 0x341053) is unknown color: approx Christalle. HEX triplet: 34, 10 and 53. RGB value is (52,16,83). Sum of RGB (Red+Green+Blue) = 52+16+83=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 83 (32.81% from 255 or 54.97% from 151); Max value from RGB is 83 - color contains mainly: blue. Hex color #341053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341053 is #CBEFAC. Grayscale: #222222. Windows color (decimal): -13365165 or 5443636. OLE color: 5443636.

HSL color Cylindrical-coordinate representation of color #341053: hue angle of 272.24º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341053 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB521683-
CMYK0.370.8100.67
HSL272.24º67.68%19.41%-
HSV(B)272.24º80.72%32.55%-
XYZ3.161.738.35-
YUV34.4155.43140.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 83 (32.81% from 255) = 54.97%
R=34.44%
G=10.60%
B=54.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5216830.370.8100.67272.2467.6819.41
Hex34105325510431104413
Octal642012345121010342010423
Binary110100100001010011100101101000101000011100010000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341053; }

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

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

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

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

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

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

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

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