#341D60

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

Shades of Christalle #341D60

Tints of Christalle #341D60

Color information

#341D60 (or 0x341D60) is unknown color: approx Christalle. HEX triplet: 34, 1D and 60. RGB value is (52,29,96). Sum of RGB (Red+Green+Blue) = 52+29+96=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #341D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D60 is #CBE29F. Grayscale: #2B2B2B. Windows color (decimal): -13361824 or 6298932. OLE color: 6298932.

HSL color Cylindrical-coordinate representation of color #341D60: hue angle of 260.6º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341D60 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB522996-
CMYK0.460.7000.62
HSL260.6º53.6%24.51%-
HSV(B)260.6º69.79%37.65%-
XYZ3.972.4511.33-
YUV43.52157.62134.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=29.38%
G=16.38%
B=54.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5229960.460.7000.62260.653.624.51
Hex341D602E4603E1053619
Octal6435140561060764056631
Binary1101001110111000001011101000110011111010000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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