#341754

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

Shades of Christalle #341754

Tints of Christalle #341754

Color information

#341754 (or 0x341754) is unknown color: approx Christalle. HEX triplet: 34, 17 and 54. RGB value is (52,23,84). Sum of RGB (Red+Green+Blue) = 52+23+84=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #341754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341754 is #CBE8AB. Grayscale: #262626. Windows color (decimal): -13363372 or 5510964. OLE color: 5510964.

HSL color Cylindrical-coordinate representation of color #341754: hue angle of 268.52º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #341754 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB522384-
CMYK0.380.7300.67
HSL268.52º57.01%20.98%-
HSV(B)268.52º72.62%32.94%-
XYZ3.321.988.6-
YUV38.62153.61137.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=32.70%
G=14.47%
B=52.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5223840.380.7300.67268.5257.0120.98
Hex341754264904310d3915
Octal64271244611101034157125
Binary11010010111101010010011010010010100001110000110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341754; }

 p { color: rgb(52,23,84); }

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

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

 a { background-color: rgb(52,23,84); }

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

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

 span { border-color: rgb(52,23,84); }

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