#341F57

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

Shades of Christalle #341F57

Tints of Christalle #341F57

Color information

#341F57 (or 0x341F57) is unknown color: approx Christalle. HEX triplet: 34, 1F and 57. RGB value is (52,31,87). Sum of RGB (Red+Green+Blue) = 52+31+87=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #341F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F57 is #CBE0A8. Grayscale: #2B2B2B. Windows color (decimal): -13361321 or 5709620. OLE color: 5709620.

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

Color convert

RGB523187-
CMYK0.400.6400.66
HSL262.5º47.46%23.14%-
HSV(B)262.5º64.37%34.12%-
XYZ3.632.49.29-
YUV43.66152.46133.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 87 (34.38% from 255) = 51.18%
R=30.59%
G=18.24%
B=51.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5231870.400.6400.66262.547.4623.14
Hex341F5728400421062f17
Octal64371275010001024065727
Binary11010011111101011110100010000000100001010000011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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