Html Css Color HEX #341E57 Christalle

📋 copy color: '#341E57'

red 52 ◦ green 30 ◦ blue 87

#341E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #341E57

Tints of Christalle #341E57

RGB

 RED value IS 52 (20.7% from 255) = 30.77%

 GREEN value IS 30 (12.11% from 255) = 17.75%

 BLUE value IS 87 (34.38% from 255) = 51.48%

R = 30.77%
G = 17.75%
B = 51.48%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#341E57 (or 0x341E57) is known color: Christalle. HEX triplet: 34, 1E and 57. RGB value is (52,30,87). Sum of RGB (Red+Green+Blue) = 52+30+87=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #341E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E57 is #CBE1A8. Grayscale: #2A2A2A. Windows color (decimal): -13361577 or 5709364. OLE color: 5709364.

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

Color convert

RGB 52 30 87 -
CMYK 0.40 0.66 0 0.66
HSL 263.16º 0.49% 0.23% -
HSV(B) 263.16º 0.66% 0.34% -
XYZ 3.6 2.35 9.28 -
YUV 43.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 52 30 87 0.40 0.66 0 0.66 263.16 0.49 0.23
Hex 34 1E 57 28 42 0 42 107 31 17
Octal 64 36 127 50 102 0 102 407 61 27
Binary 110100 11110 1010111 101000 1000010 0 1000010 100000111 110001 10111

Color Harmonies of #341E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E57

Black with #341E57

Text Example


Text Example

White with #341E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #341E57;
 }
 .AnyTagClassName
 {
   color: #341E57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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