#351455

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

Shades of Christalle #351455

Tints of Christalle #351455

Color information

#351455 (or 0x351455) is unknown color: approx Christalle. HEX triplet: 35, 14 and 55. RGB value is (53,20,85). Sum of RGB (Red+Green+Blue) = 53+20+85=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #351455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351455 is #CAEBAA. Grayscale: #252525. Windows color (decimal): -13298603 or 5575733. OLE color: 5575733.

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

Color convert

RGB532085-
CMYK0.380.7600.67
HSL270.46º61.9%20.59%-
HSV(B)270.46º76.47%33.33%-
XYZ3.361.918.79-
YUV37.28154.93139.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.54%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 85 (33.59% from 255) = 53.80%
R=33.54%
G=12.66%
B=53.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5320850.380.7600.67270.4661.920.59
Hex351455264C04310e3e15
Octal65241254611401034167625
Binary11010110100101010110011010011000100001110000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351455; }

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

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

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

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

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

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

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

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