#351463

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

Shades of Christalle #351463

Tints of Christalle #351463

Color information

#351463 (or 0x351463) is unknown color: approx Christalle. HEX triplet: 35, 14 and 63. RGB value is (53,20,99). Sum of RGB (Red+Green+Blue) = 53+20+99=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #351463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351463 is #CAEB9C. Grayscale: #262626. Windows color (decimal): -13298589 or 6493237. OLE color: 6493237.

HSL color Cylindrical-coordinate representation of color #351463: hue angle of 265.06º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351463 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB532099-
CMYK0.460.8000.61
HSL265.06º66.39%23.33%-
HSV(B)265.06º79.8%38.82%-
XYZ3.972.1612.01-
YUV38.87161.93138.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 20 (8.20% from 255) = 11.63%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=30.81%
G=11.63%
B=57.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5320990.460.8000.61265.0666.3923.33
Hex3514632E5003D1094217
Octal65241435612007541110227
Binary11010110100110001110111010100000111101100001001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351463; }

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

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

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

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

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

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

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

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