#342058

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

Shades of Christalle #342058

Tints of Christalle #342058

Color information

#342058 (or 0x342058) is unknown color: approx Christalle. HEX triplet: 34, 20 and 58. RGB value is (52,32,88). Sum of RGB (Red+Green+Blue) = 52+32+88=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #342058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342058 is #CBDFA7. Grayscale: #2C2C2C. Windows color (decimal): -13361064 or 5775412. OLE color: 5775412.

HSL color Cylindrical-coordinate representation of color #342058: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #342058 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB523288-
CMYK0.410.6400.65
HSL261.43º46.67%23.53%-
HSV(B)261.43º63.64%34.51%-
XYZ3.692.479.51-
YUV44.36152.63133.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 88 (34.77% from 255) = 51.16%
R=30.23%
G=18.60%
B=51.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5232880.410.6400.65261.4346.6723.53
Hex34205829400411052f18
Octal64401305110001014055730
Binary110100100000101100010100110000000100000110000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342058; }

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

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

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

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

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

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

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

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