#342261

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

Shades of Christalle #342261

Tints of Christalle #342261

Color information

#342261 (or 0x342261) is unknown color: approx Christalle. HEX triplet: 34, 22 and 61. RGB value is (52,34,97). Sum of RGB (Red+Green+Blue) = 52+34+97=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #342261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342261 is #CBDD9E. Grayscale: #2E2E2E. Windows color (decimal): -13360543 or 6365748. OLE color: 6365748.

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

Color convert

RGB523497-
CMYK0.460.6500.62
HSL257.14º48.09%25.69%-
HSV(B)257.14º64.95%38.04%-
XYZ4.152.7411.62-
YUV46.56156.46131.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=28.42%
G=18.58%
B=53.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5234970.460.6500.62257.1448.0925.69
Hex3422612E4103E101301a
Octal6442141561010764016032
Binary11010010001011000011011101000001011111010000000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342261; }

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

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

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

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

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

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

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

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