#34055E

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

Shades of Christalle #34055E

Tints of Christalle #34055E

Color information

#34055E (or 0x34055E) is unknown color: approx Christalle. HEX triplet: 34, 05 and 5E. RGB value is (52,5,94). Sum of RGB (Red+Green+Blue) = 52+5+94=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 94 (37.11% from 255 or 62.25% from 151); Max value from RGB is 94 - color contains mainly: blue. Hex color #34055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34055E is #CBFAA1. Grayscale: #1C1C1C. Windows color (decimal): -13367970 or 6161716. OLE color: 6161716.

HSL color Cylindrical-coordinate representation of color #34055E: hue angle of 271.69º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34055E is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB52594-
CMYK0.450.9500.63
HSL271.69º89.9%19.41%-
HSV(B)271.69º94.68%36.86%-
XYZ3.491.6510.72-
YUV29.2164.57144.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.44%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 94 (37.11% from 255) = 62.25%
R=34.44%
G=3.31%
B=62.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal525940.450.9500.63271.6989.919.41
Hex3455E2D5F03F1105a13
Octal6451365513707742013223
Binary110100101101111010110110111110111111100010000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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