#342062

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

Shades of Christalle #342062

Tints of Christalle #342062

Color information

#342062 (or 0x342062) is unknown color: approx Christalle. HEX triplet: 34, 20 and 62. RGB value is (52,32,98). Sum of RGB (Red+Green+Blue) = 52+32+98=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #342062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342062 is #CBDF9D. Grayscale: #2D2D2D. Windows color (decimal): -13361054 or 6430772. OLE color: 6430772.

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

Color convert

RGB523298-
CMYK0.470.6700.62
HSL258.18º50.77%25.49%-
HSV(B)258.18º67.35%38.43%-
XYZ4.142.6411.85-
YUV45.5157.63132.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=28.57%
G=17.58%
B=53.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5232980.470.6700.62258.1850.7725.49
Hex3420622F4303E1023319
Octal6440142571030764026331
Binary11010010000011000101011111000011011111010000001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342062; }

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

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

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

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

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

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

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

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