Html Css Color HEX #341E54 Christalle

📋 copy color: '#341E54'

red 52 ◦ green 30 ◦ blue 84

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

Shades of Christalle #341E54

Tints of Christalle #341E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.6%

R = 31.33%
G = 18.07%
B = 50.6%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#341E54 (or 0x341E54) is known color: Christalle. HEX triplet: 34, 1E and 54. RGB value is (52,30,84). Sum of RGB (Red+Green+Blue) = 52+30+84=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #341E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E54 is #CBE1AB. Grayscale: #2A2A2A. Windows color (decimal): -13361580 or 5512756. OLE color: 5512756.

HSL color Cylindrical-coordinate representation of color #341E54: hue angle of 264.44º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #341E54 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 30 84 -
CMYK 0.38 0.64 0 0.67
HSL 264.44º 0.47% 0.22% -
HSV(B) 264.44º 0.64% 0.33% -
XYZ 3.48 2.3 8.65 -
YUV 42.73 151.29 134.61 -
System Red Green Blue C M Y K H S L
Decimal 52 30 84 0.38 0.64 0 0.67 264.44 0.47 0.22
Hex 34 1E 54 26 40 0 43 108 2F 16
Octal 64 36 124 46 100 0 103 410 57 26
Binary 110100 11110 1010100 100110 1000000 0 1000011 100001000 101111 10110

Color Harmonies of #341E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E54

Black with #341E54

Text Example


Text Example

White with #341E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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