#34035C

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

Shades of Christalle #34035C

Tints of Christalle #34035C

Color information

#34035C (or 0x34035C) is unknown color: approx Christalle. HEX triplet: 34, 03 and 5C. RGB value is (52,3,92). Sum of RGB (Red+Green+Blue) = 52+3+92=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #34035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34035C is #CBFCA3. Grayscale: #1B1B1B. Windows color (decimal): -13368484 or 6030132. OLE color: 6030132.

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

Color convert

RGB52392-
CMYK0.430.9700.64
HSL273.03º93.68%18.63%-
HSV(B)273.03º96.74%36.08%-
XYZ3.381.5710.25-
YUV27.8164.23145.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.37%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=35.37%
G=2.04%
B=62.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal523920.430.9700.64273.0393.6818.63
Hex3435C2B610401115e13
Octal64313453141010042113623
Binary110100111011100101011110000101000000100010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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