#341268

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

Shades of Christalle #341268

Tints of Christalle #341268

Color information

#341268 (or 0x341268) is unknown color: approx Christalle. HEX triplet: 34, 12 and 68. RGB value is (52,18,104). Sum of RGB (Red+Green+Blue) = 52+18+104=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #341268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341268 is #CBED97. Grayscale: #252525. Windows color (decimal): -13364632 or 6820404. OLE color: 6820404.

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

Color convert

RGB5218104-
CMYK0.500.8300.59
HSL263.72º70.49%23.92%-
HSV(B)263.72º82.69%40.78%-
XYZ4.132.1613.3-
YUV37.97165.26138.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 104 (41.02% from 255) = 59.77%
R=29.89%
G=10.34%
B=59.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52181040.500.8300.59263.7270.4923.92
Hex341268325303B1084618
Octal64221506212307341010630
Binary11010010010110100011001010100110111011100001000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341268; }

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

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

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

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

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

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

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

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