#342268

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

Shades of Christalle #342268

Tints of Christalle #342268

Color information

#342268 (or 0x342268) is unknown color: approx Christalle. HEX triplet: 34, 22 and 68. RGB value is (52,34,104). Sum of RGB (Red+Green+Blue) = 52+34+104=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #342268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342268 is #CBDD97. Grayscale: #2F2F2F. Windows color (decimal): -13360536 or 6824500. OLE color: 6824500.

HSL color Cylindrical-coordinate representation of color #342268: hue angle of 255.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #342268 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5234104-
CMYK0.500.6700.59
HSL255.43º50.72%27.06%-
HSV(B)255.43º67.31%40.78%-
XYZ4.492.8713.41-
YUV47.36159.96131.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 104 (41.02% from 255) = 54.74%
R=27.37%
G=17.89%
B=54.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52341040.500.6700.59255.4350.7227.06
Hex342268324303Bff331b
Octal6442150621030733776333
Binary1101001000101101000110010100001101110111111111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342268; }

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

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

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

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

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

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

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

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