#34155E

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

Shades of Christalle #34155E

Tints of Christalle #34155E

Color information

#34155E (or 0x34155E) is unknown color: approx Christalle. HEX triplet: 34, 15 and 5E. RGB value is (52,21,94). Sum of RGB (Red+Green+Blue) = 52+21+94=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #34155E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34155E is #CBEAA1. Grayscale: #262626. Windows color (decimal): -13363874 or 6165812. OLE color: 6165812.

HSL color Cylindrical-coordinate representation of color #34155E: hue angle of 265.48º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34155E is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB522194-
CMYK0.450.7800.63
HSL265.48º63.48%22.55%-
HSV(B)265.48º77.66%36.86%-
XYZ3.72.0710.79-
YUV38.59159.27137.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 94 (37.11% from 255) = 56.29%
R=31.14%
G=12.57%
B=56.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5221940.450.7800.63265.4863.4822.55
Hex34155E2D4E03F1093f17
Octal6425136551160774117727
Binary1101001010110111101011011001110011111110000100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34155E; }

 p { color: rgb(52,21,94); }

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

<style>
 a { background-color: #34155E; }

 a { background-color: rgb(52,21,94); }

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

<style>
 span { border-color: #34155E; }

 span { border-color: rgb(52,21,94); }

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