#321368

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

Shades of Christalle #321368

Tints of Christalle #321368

Color information

#321368 (or 0x321368) is unknown color: approx Christalle. HEX triplet: 32, 13 and 68. RGB value is (50,19,104). Sum of RGB (Red+Green+Blue) = 50+19+104=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #321368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321368 is #CDEC97. Grayscale: #252525. Windows color (decimal): -13495448 or 6820658. OLE color: 6820658.

HSL color Cylindrical-coordinate representation of color #321368: hue angle of 261.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321368 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5019104-
CMYK0.520.8200.59
HSL261.88º69.11%24.12%-
HSV(B)261.88º81.73%40.78%-
XYZ4.052.1413.3-
YUV37.96165.27136.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 19 (7.81% from 255) = 10.98%
BLUE value IS 104 (41.02% from 255) = 60.12%
R=28.90%
G=10.98%
B=60.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50191040.520.8200.59261.8869.1124.12
Hex321368345203B1064518
Octal62231506412207340610530
Binary11001010011110100011010010100100111011100000110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321368; }

 p { color: rgb(50,19,104); }

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

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

 a { background-color: rgb(50,19,104); }

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

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

 span { border-color: rgb(50,19,104); }

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