#342161

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

Shades of Christalle #342161

Tints of Christalle #342161

Color information

#342161 (or 0x342161) is unknown color: approx Christalle. HEX triplet: 34, 21 and 61. RGB value is (52,33,97). Sum of RGB (Red+Green+Blue) = 52+33+97=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #342161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342161 is #CBDE9E. Grayscale: #2D2D2D. Windows color (decimal): -13360799 or 6365492. OLE color: 6365492.

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

Color convert

RGB523397-
CMYK0.460.6600.62
HSL257.81º49.23%25.49%-
HSV(B)257.81º65.98%38.04%-
XYZ4.122.6811.61-
YUV45.98156.79132.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 33 (13.28% from 255) = 18.13%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=28.57%
G=18.13%
B=53.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5233970.460.6600.62257.8149.2325.49
Hex3421612E4203E1023119
Octal6441141561020764026131
Binary11010010000111000011011101000010011111010000001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342161; }

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

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

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

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

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

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

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

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