Html Css Color HEX #351C56 Christalle

📋 copy color: '#351C56'

red 53 ◦ green 28 ◦ blue 86

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

Shades of Christalle #351C56

Tints of Christalle #351C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 51.5%

R = 31.74%
G = 16.77%
B = 51.5%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#351C56 (or 0x351C56) is known color: Christalle. HEX triplet: 35, 1C and 56. RGB value is (53,28,86). Sum of RGB (Red+Green+Blue) = 53+28+86=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #351C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C56 is #CAE3A9. Grayscale: #292929. Windows color (decimal): -13296554 or 5643317. OLE color: 5643317.

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

Color convert

RGB 53 28 86 -
CMYK 0.38 0.67 0 0.66
HSL 265.86º 0.51% 0.22% -
HSV(B) 265.86º 0.67% 0.34% -
XYZ 3.56 2.26 9.05 -
YUV 42.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 53 28 86 0.38 0.67 0 0.66 265.86 0.51 0.22
Hex 35 1C 56 26 43 0 42 10A 33 16
Octal 65 34 126 46 103 0 102 412 63 26
Binary 110101 11100 1010110 100110 1000011 0 1000010 100001010 110011 10110

Color Harmonies of #351C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C56

Black with #351C56

Text Example


Text Example

White with #351C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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