#341C5A

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

Shades of Christalle #341C5A

Tints of Christalle #341C5A

Color information

#341C5A (or 0x341C5A) is unknown color: approx Christalle. HEX triplet: 34, 1C and 5A. RGB value is (52,28,90). Sum of RGB (Red+Green+Blue) = 52+28+90=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #341C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C5A is #CBE3A5. Grayscale: #2A2A2A. Windows color (decimal): -13362086 or 5905460. OLE color: 5905460.

HSL color Cylindrical-coordinate representation of color #341C5A: hue angle of 263.23º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341C5A is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB522890-
CMYK0.420.6900.65
HSL263.23º52.54%23.14%-
HSV(B)263.23º68.89%35.29%-
XYZ3.682.39.92-
YUV42.24154.95134.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=30.59%
G=16.47%
B=52.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5228900.420.6900.65263.2352.5423.14
Hex341C5A2A450411073517
Octal64341325210501014076527
Binary11010011100101101010101010001010100000110000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,28,90); }

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

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

 a { background-color: rgb(52,28,90); }

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

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

 span { border-color: rgb(52,28,90); }

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