#34196C

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

Shades of Christalle #34196C

Tints of Christalle #34196C

Color information

#34196C (or 0x34196C) is unknown color: approx Christalle. HEX triplet: 34, 19 and 6C. RGB value is (52,25,108). Sum of RGB (Red+Green+Blue) = 52+25+108=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #34196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34196C is #CBE693. Grayscale: #2A2A2A. Windows color (decimal): -13362836 or 7084340. OLE color: 7084340.

HSL color Cylindrical-coordinate representation of color #34196C: hue angle of 259.52º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34196C is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5225108-
CMYK0.520.7700.58
HSL259.52º62.41%26.08%-
HSV(B)259.52º76.85%42.35%-
XYZ4.472.5114.44-
YUV42.54164.95134.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=28.11%
G=13.51%
B=58.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52251080.520.7700.58259.5262.4126.08
Hex34196C344D03A1043e1a
Octal6431154641150724047632
Binary1101001100111011001101001001101011101010000010011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34196C; }

 p { color: rgb(52,25,108); }

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

<style>
 a { background-color: #34196C; }

 a { background-color: rgb(52,25,108); }

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

<style>
 span { border-color: #34196C; }

 span { border-color: rgb(52,25,108); }

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