Html Css Color HEX #351154 Christalle

📋 copy color: '#351154'

red 53 ◦ green 17 ◦ blue 84

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

Shades of Christalle #351154

Tints of Christalle #351154

RGB

 RED value IS 53 (21.09% from 255) = 34.42%

 GREEN value IS 17 (7.03% from 255) = 11.04%

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

R = 34.42%
G = 11.04%
B = 54.55%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#351154 (or 0x351154) is known color: Christalle. HEX triplet: 35, 11 and 54. RGB value is (53,17,84). Sum of RGB (Red+Green+Blue) = 53+17+84=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #351154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351154 is #CAEEAB. Grayscale: #232323. Windows color (decimal): -13299372 or 5509429. OLE color: 5509429.

HSL color Cylindrical-coordinate representation of color #351154: hue angle of 272.24º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351154 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 17 84 -
CMYK 0.37 0.80 0 0.67
HSL 272.24º 0.66% 0.2% -
HSV(B) 272.24º 0.8% 0.33% -
XYZ 3.27 1.8 8.56 -
YUV 35.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 53 17 84 0.37 0.80 0 0.67 272.24 0.66 0.2
Hex 35 11 54 25 50 0 43 110 42 14
Octal 65 21 124 45 120 0 103 420 102 24
Binary 110101 10001 1010100 100101 1010000 0 1000011 100010000 1000010 10100

Color Harmonies of #351154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351154

Black with #351154

Text Example


Text Example

White with #351154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351154; }

 p { color: rgb(53,17,84); }

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

background-color css

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

 a { background-color: rgb(53,17,84); }

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

border-color css

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

 span { border-color: rgb(53,17,84); }

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