#341D64

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

Shades of Christalle #341D64

Tints of Christalle #341D64

Color information

#341D64 (or 0x341D64) is unknown color: approx Christalle. HEX triplet: 34, 1D and 64. RGB value is (52,29,100). Sum of RGB (Red+Green+Blue) = 52+29+100=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 100 (39.45% from 255 or 55.25% from 181); Max value from RGB is 100 - color contains mainly: blue. Hex color #341D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D64 is #CBE29B. Grayscale: #2B2B2B. Windows color (decimal): -13361820 or 6561076. OLE color: 6561076.

HSL color Cylindrical-coordinate representation of color #341D64: hue angle of 259.44º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #341D64 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5229100-
CMYK0.480.7100.61
HSL259.44º55.04%25.29%-
HSV(B)259.44º71%39.22%-
XYZ4.162.5312.33-
YUV43.97159.62133.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 29 (11.72% from 255) = 16.02%
BLUE value IS 100 (39.45% from 255) = 55.25%
R=28.73%
G=16.02%
B=55.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52291000.480.7100.61259.4455.0425.29
Hex341D64304703D1033719
Octal6435144601070754036731
Binary1101001110111001001100001000111011110110000001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,29,100); }

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

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

 a { background-color: rgb(52,29,100); }

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

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

 span { border-color: rgb(52,29,100); }

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