#34065D

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

Shades of Christalle #34065D

Tints of Christalle #34065D

Color information

#34065D (or 0x34065D) is unknown color: approx Christalle. HEX triplet: 34, 06 and 5D. RGB value is (52,6,93). Sum of RGB (Red+Green+Blue) = 52+6+93=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #34065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34065D is #CBF9A2. Grayscale: #1D1D1D. Windows color (decimal): -13367715 or 6096436. OLE color: 6096436.

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

Color convert

RGB52693-
CMYK0.440.9400.64
HSL271.72º87.88%19.41%-
HSV(B)271.72º93.55%36.47%-
XYZ3.461.6510.49-
YUV29.67163.74143.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 93 (36.72% from 255) = 61.59%
R=34.44%
G=3.97%
B=61.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal526930.440.9400.64271.7287.8819.41
Hex3465D2C5E0401105813
Octal64613554136010042013023
Binary1101001101011101101100101111001000000100010000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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