#341068

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

Shades of Christalle #341068

Tints of Christalle #341068

Color information

#341068 (or 0x341068) is unknown color: approx Christalle. HEX triplet: 34, 10 and 68. RGB value is (52,16,104). Sum of RGB (Red+Green+Blue) = 52+16+104=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #341068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341068 is #CBEF97. Grayscale: #242424. Windows color (decimal): -13365144 or 6819892. OLE color: 6819892.

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

Color convert

RGB5216104-
CMYK0.500.8500.59
HSL264.55º73.33%23.53%-
HSV(B)264.55º84.62%40.78%-
XYZ4.12.113.29-
YUV36.8165.93138.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=30.23%
G=9.30%
B=60.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52161040.500.8500.59264.5573.3323.53
Hex341068325503B1094918
Octal64201506212507341111130
Binary11010010000110100011001010101010111011100001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341068; }

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

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

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

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

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

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

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

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