#351c6e

Color #351C6E Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #351C6E

Tints of Christalle #351C6E

Color information

#351C6E (or 0x351C6E) is unknown color: approx Christalle. HEX triplet: 35, 1C and 6E. RGB value is (53,28,110). Sum of RGB (Red+Green+Blue) = 53+28+110=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #351C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C6E is #CAE391. Grayscale: #2C2C2C. Windows color (decimal): -13296530 or 7216181. OLE color: 7216181.

HSL color Cylindrical-coordinate representation of color #351C6E: hue angle of 258.29º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351C6E is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5328110-
CMYK0.520.7500.57
HSL258.29º59.42%27.06%-
HSV(B)258.29º74.55%43.14%-
XYZ4.72.7115.03-
YUV44.82164.78133.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 28 (11.33% from 255) = 14.66%
BLUE value IS 110 (43.36% from 255) = 57.59%
R=27.75%
G=14.66%
B=57.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal53281100.520.7500.57258.2959.4227.06
Hex351C6E344B0391023b1b
Octal6534156641130714027333
Binary1101011110011011101101001001011011100110000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351c6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #351c6e;
 }
 .AnyTagClassName
 {
   color: #351c6e;
 }
</style>
background-color css

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

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

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

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

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

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