#34166B

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

Shades of Christalle #34166B

Tints of Christalle #34166B

Color information

#34166B (or 0x34166B) is unknown color: approx Christalle. HEX triplet: 34, 16 and 6B. RGB value is (52,22,107). Sum of RGB (Red+Green+Blue) = 52+22+107=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #34166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34166B is #CBE994. Grayscale: #282828. Windows color (decimal): -13363605 or 7018036. OLE color: 7018036.

HSL color Cylindrical-coordinate representation of color #34166B: hue angle of 261.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34166B is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5222107-
CMYK0.510.7900.58
HSL261.18º65.89%25.29%-
HSV(B)261.18º79.44%41.96%-
XYZ4.362.3714.14-
YUV40.66165.44136.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 107 (42.19% from 255) = 59.12%
R=28.73%
G=12.15%
B=59.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52221070.510.7900.58261.1865.8925.29
Hex34166B334F03A1054219
Octal64261536311707240510231
Binary11010010110110101111001110011110111010100000101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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