#340F57

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

Shades of Christalle #340F57

Tints of Christalle #340F57

Color information

#340F57 (or 0x340F57) is unknown color: approx Christalle. HEX triplet: 34, 0F and 57. RGB value is (52,15,87). Sum of RGB (Red+Green+Blue) = 52+15+87=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #340F57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340F57 is #CBF0A8. Grayscale: #222222. Windows color (decimal): -13365417 or 5705524. OLE color: 5705524.

HSL color Cylindrical-coordinate representation of color #340F57: hue angle of 270.83º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #340F57 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB521587-
CMYK0.400.8300.66
HSL270.83º70.59%20%-
HSV(B)270.83º82.76%34.12%-
XYZ3.311.769.18-
YUV34.27157.76140.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 15 (6.25% from 255) = 9.74%
BLUE value IS 87 (34.38% from 255) = 56.49%
R=33.77%
G=9.74%
B=56.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5215870.400.8300.66270.8370.5920
Hex34F57285304210f4714
Octal641712750123010241710724
Binary11010011111010111101000101001101000010100001111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F57; }

 p { color: rgb(52,15,87); }

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

<style>
 a { background-color: #340F57; }

 a { background-color: rgb(52,15,87); }

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

<style>
 span { border-color: #340F57; }

 span { border-color: rgb(52,15,87); }

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