#342162

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

Shades of Christalle #342162

Tints of Christalle #342162

Color information

#342162 (or 0x342162) is unknown color: approx Christalle. HEX triplet: 34, 21 and 62. RGB value is (52,33,98). Sum of RGB (Red+Green+Blue) = 52+33+98=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #342162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342162 is #CBDE9D. Grayscale: #2D2D2D. Windows color (decimal): -13360798 or 6431028. OLE color: 6431028.

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

Color convert

RGB523398-
CMYK0.470.6600.62
HSL257.54º49.62%25.69%-
HSV(B)257.54º66.33%38.43%-
XYZ4.162.711.86-
YUV46.09157.29132.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=28.42%
G=18.03%
B=53.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5233980.470.6600.62257.5449.6225.69
Hex3421622F4203E102321a
Octal6441142571020764026232
Binary11010010000111000101011111000010011111010000001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342162; }

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

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

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

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

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

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

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

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