#342263

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

Shades of Christalle #342263

Tints of Christalle #342263

Color information

#342263 (or 0x342263) is unknown color: approx Christalle. HEX triplet: 34, 22 and 63. RGB value is (52,34,99). Sum of RGB (Red+Green+Blue) = 52+34+99=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #342263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342263 is #CBDD9C. Grayscale: #2E2E2E. Windows color (decimal): -13360541 or 6496820. OLE color: 6496820.

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

Color convert

RGB523499-
CMYK0.470.6600.61
HSL256.62º48.87%26.08%-
HSV(B)256.62º65.66%38.82%-
XYZ4.242.7712.12-
YUV46.79157.46131.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=28.11%
G=18.38%
B=53.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5234990.470.6600.61256.6248.8726.08
Hex3422632F4203D101311a
Octal6442143571020754016132
Binary11010010001011000111011111000010011110110000000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342263; }

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

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

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

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

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

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

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

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