#350D61

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

Shades of Christalle #350D61

Tints of Christalle #350D61

Color information

#350D61 (or 0x350D61) is unknown color: approx Christalle. HEX triplet: 35, 0D and 61. RGB value is (53,13,97). Sum of RGB (Red+Green+Blue) = 53+13+97=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #350D61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350D61 is #CAF29E. Grayscale: #222222. Windows color (decimal): -13300383 or 6360373. OLE color: 6360373.

HSL color Cylindrical-coordinate representation of color #350D61: hue angle of 268.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350D61 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB531397-
CMYK0.450.8700.62
HSL268.57º76.36%21.57%-
HSV(B)268.57º86.6%38.04%-
XYZ3.771.9111.48-
YUV34.54163.25141.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=32.52%
G=7.98%
B=59.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5313970.450.8700.62268.5776.3621.57
Hex35D612D5703E10d4c16
Octal65151415512707641511426
Binary1101011101110000110110110101110111110100001101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350D61; }

 p { color: rgb(53,13,97); }

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

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

 a { background-color: rgb(53,13,97); }

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

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

 span { border-color: rgb(53,13,97); }

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