#341B68

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

Shades of Christalle #341B68

Tints of Christalle #341B68

Color information

#341B68 (or 0x341B68) is unknown color: approx Christalle. HEX triplet: 34, 1B and 68. RGB value is (52,27,104). Sum of RGB (Red+Green+Blue) = 52+27+104=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 27 (10.94% from 255 or 14.75% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #341B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B68 is #CBE497. Grayscale: #2A2A2A. Windows color (decimal): -13362328 or 6822708. OLE color: 6822708.

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

Color convert

RGB5227104-
CMYK0.500.7400.59
HSL259.48º58.78%25.69%-
HSV(B)259.48º74.04%40.78%-
XYZ4.312.5113.35-
YUV43.25162.28134.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 27 (10.94% from 255) = 14.75%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=28.42%
G=14.75%
B=56.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52271040.500.7400.59259.4858.7825.69
Hex341B68324A03B1033b1a
Octal6433150621120734037332
Binary1101001101111010001100101001010011101110000001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341B68; }

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

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

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

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

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

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

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

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