#34005D

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

Shades of Christalle #34005D

Tints of Christalle #34005D

Color information

#34005D (or 0x34005D) is unknown color: approx Christalle. HEX triplet: 34, 00 and 5D. RGB value is (52,0,93). Sum of RGB (Red+Green+Blue) = 52+0+93=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #34005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34005D is #CBFFA2. Grayscale: #191919. Windows color (decimal): -13369251 or 6094900. OLE color: 6094900.

HSL color Cylindrical-coordinate representation of color #34005D: hue angle of 273.55º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34005D is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB52093-
CMYK0.44100.64
HSL273.55º100%18.24%-
HSV(B)273.55º100%36.47%-
XYZ3.391.5210.47-
YUV26.15165.73146.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=35.86%
G=0%
B=64.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal520930.44100.64273.5510018.24
Hex3405D2C640401126412
Octal64013554144010042214422
Binary11010001011101101100110010001000000100010010110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34005D; }

 p { color: rgb(52,0,93); }

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

<style>
 a { background-color: #34005D; }

 a { background-color: rgb(52,0,93); }

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

<style>
 span { border-color: #34005D; }

 span { border-color: rgb(52,0,93); }

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