#342061

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

Shades of Christalle #342061

Tints of Christalle #342061

Color information

#342061 (or 0x342061) is unknown color: approx Christalle. HEX triplet: 34, 20 and 61. RGB value is (52,32,97). Sum of RGB (Red+Green+Blue) = 52+32+97=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #342061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342061 is #CBDF9E. Grayscale: #2D2D2D. Windows color (decimal): -13361055 or 6365236. OLE color: 6365236.

HSL color Cylindrical-coordinate representation of color #342061: hue angle of 258.46º 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 #342061 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB523297-
CMYK0.460.6700.62
HSL258.46º50.39%25.29%-
HSV(B)258.46º67.01%38.04%-
XYZ4.092.6311.6-
YUV45.39157.13132.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=28.73%
G=17.68%
B=53.59%

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
Decimal5232970.460.6700.62258.4650.3925.29
Hex3420612E4303E1023219
Octal6440141561030764026231
Binary11010010000011000011011101000011011111010000001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342061; }

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

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

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

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

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

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

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

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