#342363

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

Shades of Christalle #342363

Tints of Christalle #342363

Color information

#342363 (or 0x342363) is unknown color: approx Christalle. HEX triplet: 34, 23 and 63. RGB value is (52,35,99). Sum of RGB (Red+Green+Blue) = 52+35+99=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #342363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342363 is #CBDC9C. Grayscale: #2F2F2F. Windows color (decimal): -13360285 or 6497076. OLE color: 6497076.

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

Color convert

RGB523599-
CMYK0.470.6500.61
HSL255.94º47.76%26.27%-
HSV(B)255.94º64.65%38.82%-
XYZ4.272.8312.13-
YUV47.38157.13131.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=27.96%
G=18.82%
B=53.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5235990.470.6500.61255.9447.7626.27
Hex3423632F4103D100301a
Octal6443143571010754006032
Binary11010010001111000111011111000001011110110000000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342363; }

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

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

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

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

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

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

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

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