#34135E

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

Shades of Christalle #34135E

Tints of Christalle #34135E

Color information

#34135E (or 0x34135E) is unknown color: approx Christalle. HEX triplet: 34, 13 and 5E. RGB value is (52,19,94). Sum of RGB (Red+Green+Blue) = 52+19+94=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #34135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34135E is #CBECA1. Grayscale: #252525. Windows color (decimal): -13364386 or 6165300. OLE color: 6165300.

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

Color convert

RGB521994-
CMYK0.450.8000.63
HSL266.4º66.37%22.16%-
HSV(B)266.4º79.79%36.86%-
XYZ3.67210.78-
YUV37.42159.93138.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=31.52%
G=11.52%
B=56.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5219940.450.8000.63266.466.3722.16
Hex34135E2D5003F10a4216
Octal64231365512007741210226
Binary11010010011101111010110110100000111111100001010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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