Html Css Color HEX #351C55 Christalle

📋 copy color: '#351C55'

red 53 ◦ green 28 ◦ blue 85

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

Shades of Christalle #351C55

Tints of Christalle #351C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.87%

 BLUE value IS 85 (33.59% from 255) = 51.2%

R = 31.93%
G = 16.87%
B = 51.2%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#351C55 (or 0x351C55) is known color: Christalle. HEX triplet: 35, 1C and 55. RGB value is (53,28,85). Sum of RGB (Red+Green+Blue) = 53+28+85=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #351C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C55 is #CAE3AA. Grayscale: #292929. Windows color (decimal): -13296555 or 5577781. OLE color: 5577781.

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

Color convert

RGB 53 28 85 -
CMYK 0.38 0.67 0 0.67
HSL 266.32º 0.5% 0.22% -
HSV(B) 266.32º 0.67% 0.33% -
XYZ 3.52 2.24 8.84 -
YUV 41.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 53 28 85 0.38 0.67 0 0.67 266.32 0.5 0.22
Hex 35 1C 55 26 43 0 43 10A 32 16
Octal 65 34 125 46 103 0 103 412 62 26
Binary 110101 11100 1010101 100110 1000011 0 1000011 100001010 110010 10110

Color Harmonies of #351C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C55

Black with #351C55

Text Example


Text Example

White with #351C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351C55; }

 p { color: rgb(53,28,85); }

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

background-color css

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

 a { background-color: rgb(53,28,85); }

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

border-color css

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

 span { border-color: rgb(53,28,85); }

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