#340861

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

Shades of Christalle #340861

Tints of Christalle #340861

Color information

#340861 (or 0x340861) is unknown color: approx Christalle. HEX triplet: 34, 08 and 61. RGB value is (52,8,97). Sum of RGB (Red+Green+Blue) = 52+8+97=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #340861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340861 is #CBF79E. Grayscale: #1E1E1E. Windows color (decimal): -13367199 or 6359092. OLE color: 6359092.

HSL color Cylindrical-coordinate representation of color #340861: hue angle of 269.66º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340861 is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52897-
CMYK0.460.9200.62
HSL269.66º84.76%20.59%-
HSV(B)269.66º91.75%38.04%-
XYZ3.661.7711.46-
YUV31.3165.08142.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=33.12%
G=5.10%
B=61.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal528970.460.9200.62269.6684.7620.59
Hex348612E5C03E10e5515
Octal64101415613407641612525
Binary1101001000110000110111010111000111110100001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340861; }

 p { color: rgb(52,8,97); }

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

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

 a { background-color: rgb(52,8,97); }

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

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

 span { border-color: rgb(52,8,97); }

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