#34165B

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

Shades of Christalle #34165B

Tints of Christalle #34165B

Color information

#34165B (or 0x34165B) is unknown color: approx Christalle. HEX triplet: 34, 16 and 5B. RGB value is (52,22,91). Sum of RGB (Red+Green+Blue) = 52+22+91=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #34165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34165B is #CBE9A4. Grayscale: #262626. Windows color (decimal): -13363621 or 5969460. OLE color: 5969460.

HSL color Cylindrical-coordinate representation of color #34165B: hue angle of 266.09º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34165B is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB522291-
CMYK0.430.7600.64
HSL266.09º61.06%22.16%-
HSV(B)266.09º75.82%35.69%-
XYZ3.592.0610.11-
YUV38.84157.44137.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=31.52%
G=13.33%
B=55.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5222910.430.7600.64266.0961.0622.16
Hex34165B2B4C04010a3d16
Octal64261335311401004127526
Binary11010010110101101110101110011000100000010000101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34165B; }

 p { color: rgb(52,22,91); }

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

<style>
 a { background-color: #34165B; }

 a { background-color: rgb(52,22,91); }

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

<style>
 span { border-color: #34165B; }

 span { border-color: rgb(52,22,91); }

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