#341368

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

Shades of Christalle #341368

Tints of Christalle #341368

Color information

#341368 (or 0x341368) is unknown color: approx Christalle. HEX triplet: 34, 13 and 68. RGB value is (52,19,104). Sum of RGB (Red+Green+Blue) = 52+19+104=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #341368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341368 is #CBEC97. Grayscale: #262626. Windows color (decimal): -13364376 or 6820660. OLE color: 6820660.

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

Color convert

RGB5219104-
CMYK0.500.8200.59
HSL263.29º69.11%24.12%-
HSV(B)263.29º81.73%40.78%-
XYZ4.152.213.3-
YUV38.56164.93137.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=29.71%
G=10.86%
B=59.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52191040.500.8200.59263.2969.1124.12
Hex341368325203B1074518
Octal64231506212207340710530
Binary11010010011110100011001010100100111011100000111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341368; }

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

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

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

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

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

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

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

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