#341B66

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

Shades of Christalle #341B66

Tints of Christalle #341B66

Color information

#341B66 (or 0x341B66) is unknown color: approx Christalle. HEX triplet: 34, 1B and 66. RGB value is (52,27,102). Sum of RGB (Red+Green+Blue) = 52+27+102=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #341B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B66 is #CBE499. Grayscale: #2A2A2A. Windows color (decimal): -13362330 or 6691636. OLE color: 6691636.

HSL color Cylindrical-coordinate representation of color #341B66: hue angle of 260º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341B66 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5227102-
CMYK0.490.7400.6
HSL260º58.14%25.29%-
HSV(B)260º73.53%40%-
XYZ4.212.4712.83-
YUV43.02161.28134.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=28.73%
G=14.92%
B=56.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal52271020.490.7400.626058.1425.29
Hex341B66314A03C1043a19
Octal6433146611120744047231
Binary1101001101111001101100011001010011110010000010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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