#341668

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

Shades of Christalle #341668

Tints of Christalle #341668

Color information

#341668 (or 0x341668) is unknown color: approx Christalle. HEX triplet: 34, 16 and 68. RGB value is (52,22,104). Sum of RGB (Red+Green+Blue) = 52+22+104=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #341668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341668 is #CBE997. Grayscale: #282828. Windows color (decimal): -13363608 or 6821428. OLE color: 6821428.

HSL color Cylindrical-coordinate representation of color #341668: hue angle of 261.95º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341668 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5222104-
CMYK0.500.7900.59
HSL261.95º65.08%24.71%-
HSV(B)261.95º78.85%40.78%-
XYZ4.22.313.32-
YUV40.32163.94136.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=29.21%
G=12.36%
B=58.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52221040.500.7900.59261.9565.0824.71
Hex341668324F03B1064119
Octal64261506211707340610131
Binary11010010110110100011001010011110111011100000110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341668; }

 p { color: rgb(52,22,104); }

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

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

 a { background-color: rgb(52,22,104); }

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

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

 span { border-color: rgb(52,22,104); }

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