#340E65

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

Shades of Christalle #340E65

Tints of Christalle #340E65

Color information

#340E65 (or 0x340E65) is unknown color: approx Christalle. HEX triplet: 34, 0E and 65. RGB value is (52,14,101). Sum of RGB (Red+Green+Blue) = 52+14+101=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #340E65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340E65 is #CBF19A. Grayscale: #222222. Windows color (decimal): -13365659 or 6622772. OLE color: 6622772.

HSL color Cylindrical-coordinate representation of color #340E65: hue angle of 266.21º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #340E65 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5214101-
CMYK0.490.8600.60
HSL266.21º75.65%22.55%-
HSV(B)266.21º86.14%39.61%-
XYZ3.921.9812.49-
YUV35.28165.09139.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 101 (39.84% from 255) = 60.48%
R=31.14%
G=8.38%
B=60.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52141010.490.8600.60266.2175.6522.55
Hex34E65315603C10a4c17
Octal64161456112607441211427
Binary1101001110110010111000110101100111100100001010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340E65; }

 p { color: rgb(52,14,101); }

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

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

 a { background-color: rgb(52,14,101); }

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

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

 span { border-color: rgb(52,14,101); }

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