#341C6E

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

Shades of Christalle #341C6E

Tints of Christalle #341C6E

Color information

#341C6E (or 0x341C6E) is unknown color: approx Christalle. HEX triplet: 34, 1C and 6E. RGB value is (52,28,110). Sum of RGB (Red+Green+Blue) = 52+28+110=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #341C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C6E is #CBE391. Grayscale: #2C2C2C. Windows color (decimal): -13362066 or 7216180. OLE color: 7216180.

HSL color Cylindrical-coordinate representation of color #341C6E: hue angle of 257.56º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341C6E is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5228110-
CMYK0.530.7500.57
HSL257.56º59.42%27.06%-
HSV(B)257.56º74.55%43.14%-
XYZ4.652.6915.03-
YUV44.52164.95133.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 28 (11.33% from 255) = 14.74%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=27.37%
G=14.74%
B=57.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52281100.530.7500.57257.5659.4227.06
Hex341C6E354B0391023b1b
Octal6434156651130714027333
Binary1101001110011011101101011001011011100110000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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