#351E63

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

Shades of Christalle #351E63

Tints of Christalle #351E63

Color information

#351E63 (or 0x351E63) is unknown color: approx Christalle. HEX triplet: 35, 1E and 63. RGB value is (53,30,99). Sum of RGB (Red+Green+Blue) = 53+30+99=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #351E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351E63 is #CAE19C. Grayscale: #2C2C2C. Windows color (decimal): -13296029 or 6495797. OLE color: 6495797.

HSL color Cylindrical-coordinate representation of color #351E63: hue angle of 260º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351E63 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB533099-
CMYK0.460.7000.61
HSL260º53.49%25.29%-
HSV(B)260º69.7%38.82%-
XYZ4.182.5912.08-
YUV44.74158.62133.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.12%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=29.12%
G=16.48%
B=54.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5330990.460.7000.6126053.4925.29
Hex351E632E4603D1043519
Octal6536143561060754046531
Binary1101011111011000111011101000110011110110000010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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