#351A55

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

Shades of Christalle #351A55

Tints of Christalle #351A55

Color information

#351A55 (or 0x351A55) is unknown color: approx Christalle. HEX triplet: 35, 1A and 55. RGB value is (53,26,85). Sum of RGB (Red+Green+Blue) = 53+26+85=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #351A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A55 is #CAE5AA. Grayscale: #282828. Windows color (decimal): -13297067 or 5577269. OLE color: 5577269.

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

Color convert

RGB532685-
CMYK0.380.6900.67
HSL267.46º53.15%21.76%-
HSV(B)267.46º69.41%33.33%-
XYZ3.482.158.83-
YUV40.8152.95136.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.32%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=32.32%
G=15.85%
B=51.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5326850.380.6900.67267.4653.1521.76
Hex351A55264504310b3516
Octal65321254610501034136526
Binary11010111010101010110011010001010100001110000101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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