#351454

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

Shades of Christalle #351454

Tints of Christalle #351454

Color information

#351454 (or 0x351454) is unknown color: approx Christalle. HEX triplet: 35, 14 and 54. RGB value is (53,20,84). Sum of RGB (Red+Green+Blue) = 53+20+84=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #351454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351454 is #CAEBAB. Grayscale: #242424. Windows color (decimal): -13298604 or 5510197. OLE color: 5510197.

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

Color convert

RGB532084-
CMYK0.370.7600.67
HSL270.94º61.54%20.39%-
HSV(B)270.94º76.19%32.94%-
XYZ3.321.98.58-
YUV37.16154.43139.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.76%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=33.76%
G=12.74%
B=53.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5320840.370.7600.67270.9461.5420.39
Hex351454254C04310f3e14
Octal65241244511401034177624
Binary11010110100101010010010110011000100001110000111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351454; }

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

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

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

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

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

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

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

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