Html Css Color HEX #341D57 Christalle

📋 copy color: '#341D57'

red 52 ◦ green 29 ◦ blue 87

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

Shades of Christalle #341D57

Tints of Christalle #341D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.26%

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

R = 30.95%
G = 17.26%
B = 51.79%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#341D57 (or 0x341D57) is known color: Christalle. HEX triplet: 34, 1D and 57. RGB value is (52,29,87). Sum of RGB (Red+Green+Blue) = 52+29+87=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #341D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D57 is #CBE2A8. Grayscale: #2A2A2A. Windows color (decimal): -13361833 or 5709108. OLE color: 5709108.

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

Color convert

RGB 52 29 87 -
CMYK 0.40 0.67 0 0.66
HSL 263.79º 0.5% 0.23% -
HSV(B) 263.79º 0.67% 0.34% -
XYZ 3.58 2.3 9.27 -
YUV 42.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 52 29 87 0.40 0.67 0 0.66 263.79 0.5 0.23
Hex 34 1D 57 28 43 0 42 108 32 17
Octal 64 35 127 50 103 0 102 410 62 27
Binary 110100 11101 1010111 101000 1000011 0 1000010 100001000 110010 10111

Color Harmonies of #341D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D57

Black with #341D57

Text Example


Text Example

White with #341D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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