#341968

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

Shades of Christalle #341968

Tints of Christalle #341968

Color information

#341968 (or 0x341968) is unknown color: approx Christalle. HEX triplet: 34, 19 and 68. RGB value is (52,25,104). Sum of RGB (Red+Green+Blue) = 52+25+104=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #341968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341968 is #CBE697. Grayscale: #292929. Windows color (decimal): -13362840 or 6822196. OLE color: 6822196.

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

Color convert

RGB5225104-
CMYK0.500.7600.59
HSL260.51º61.24%25.29%-
HSV(B)260.51º75.96%40.78%-
XYZ4.262.4213.34-
YUV42.08162.95135.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=28.73%
G=13.81%
B=57.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52251040.500.7600.59260.5161.2425.29
Hex341968324C03B1053d19
Octal6431150621140734057531
Binary1101001100111010001100101001100011101110000010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341968; }

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

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

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

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

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

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

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

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