#342060

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

Shades of Christalle #342060

Tints of Christalle #342060

Color information

#342060 (or 0x342060) is unknown color: approx Christalle. HEX triplet: 34, 20 and 60. RGB value is (52,32,96). Sum of RGB (Red+Green+Blue) = 52+32+96=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #342060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342060 is #CBDF9F. Grayscale: #2D2D2D. Windows color (decimal): -13361056 or 6299700. OLE color: 6299700.

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

Color convert

RGB523296-
CMYK0.460.6700.62
HSL258.75º50%25.1%-
HSV(B)258.75º66.67%37.65%-
XYZ4.042.6111.36-
YUV45.28156.63132.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.89%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=28.89%
G=17.78%
B=53.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5232960.460.6700.62258.755025.1
Hex3420602E4303E1033219
Octal6440140561030764036231
Binary11010010000011000001011101000011011111010000001111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342060; }

 p { color: rgb(52,32,96); }

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

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

 a { background-color: rgb(52,32,96); }

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

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

 span { border-color: rgb(52,32,96); }

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