#350C57

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

Shades of Christalle #350C57

Tints of Christalle #350C57

Color information

#350C57 (or 0x350C57) is unknown color: approx Christalle. HEX triplet: 35, 0C and 57. RGB value is (53,12,87). Sum of RGB (Red+Green+Blue) = 53+12+87=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #350C57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C57 is #CAF3A8. Grayscale: #202020. Windows color (decimal): -13300649 or 5704757. OLE color: 5704757.

HSL color Cylindrical-coordinate representation of color #350C57: hue angle of 272.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #350C57 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB531287-
CMYK0.390.8600.66
HSL272.8º75.76%19.41%-
HSV(B)272.8º86.21%34.12%-
XYZ3.321.719.17-
YUV32.81158.58142.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.87%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=34.87%
G=7.89%
B=57.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5312870.390.8600.66272.875.7619.41
Hex35C5727560421114c13
Octal651412747126010242111423
Binary11010111001010111100111101011001000010100010001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,12,87); }

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

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

 a { background-color: rgb(53,12,87); }

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

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

 span { border-color: rgb(53,12,87); }

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