#341B6A

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

Shades of Christalle #341B6A

Tints of Christalle #341B6A

Color information

#341B6A (or 0x341B6A) is unknown color: approx Christalle. HEX triplet: 34, 1B and 6A. RGB value is (52,27,106). Sum of RGB (Red+Green+Blue) = 52+27+106=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 27 (10.94% from 255 or 14.59% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #341B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B6A is #CBE495. Grayscale: #2B2B2B. Windows color (decimal): -13362326 or 6953780. OLE color: 6953780.

HSL color Cylindrical-coordinate representation of color #341B6A: hue angle of 258.99º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341B6A is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5227106-
CMYK0.510.7500.58
HSL258.99º59.4%26.08%-
HSV(B)258.99º74.53%41.57%-
XYZ4.412.5513.9-
YUV43.48163.28134.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 27 (10.94% from 255) = 14.59%
BLUE value IS 106 (41.80% from 255) = 57.30%
R=28.11%
G=14.59%
B=57.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52271060.510.7500.58258.9959.426.08
Hex341B6A334B03A1033b1a
Octal6433152631130724037332
Binary1101001101111010101100111001011011101010000001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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