#34145C

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

Shades of Christalle #34145C

Tints of Christalle #34145C

Color information

#34145C (or 0x34145C) is unknown color: approx Christalle. HEX triplet: 34, 14 and 5C. RGB value is (52,20,92). Sum of RGB (Red+Green+Blue) = 52+20+92=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #34145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34145C is #CBEBA3. Grayscale: #252525. Windows color (decimal): -13364132 or 6034484. OLE color: 6034484.

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

Color convert

RGB522092-
CMYK0.430.7800.64
HSL266.67º64.29%21.96%-
HSV(B)266.67º78.26%36.08%-
XYZ3.6210.32-
YUV37.78158.6138.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 20 (8.20% from 255) = 12.20%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=31.71%
G=12.20%
B=56.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5220920.430.7800.64266.6764.2921.96
Hex34145C2B4E04010b4016
Octal642413453116010041310026
Binary110100101001011100101011100111001000000100001011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,20,92); }

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

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

 a { background-color: rgb(52,20,92); }

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

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

 span { border-color: rgb(52,20,92); }

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