#34055F

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

Shades of Christalle #34055F

Tints of Christalle #34055F

Color information

#34055F (or 0x34055F) is unknown color: approx Christalle. HEX triplet: 34, 05 and 5F. RGB value is (52,5,95). Sum of RGB (Red+Green+Blue) = 52+5+95=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #34055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34055F is #CBFAA0. Grayscale: #1D1D1D. Windows color (decimal): -13367969 or 6227252. OLE color: 6227252.

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

Color convert

RGB52595-
CMYK0.450.9500.63
HSL271.33º90%19.61%-
HSV(B)271.33º94.74%37.25%-
XYZ3.541.6610.96-
YUV29.31165.07144.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 95 (37.5% from 255) = 62.5%
R=34.21%
G=3.29%
B=62.5%

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
Decimal525950.450.9500.63271.339019.61
Hex3455F2D5F03F10f5a14
Octal6451375513707741713224
Binary110100101101111110110110111110111111100001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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