#350661

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

Shades of Christalle #350661

Tints of Christalle #350661

Color information

#350661 (or 0x350661) is unknown color: approx Christalle. HEX triplet: 35, 06 and 61. RGB value is (53,6,97). Sum of RGB (Red+Green+Blue) = 53+6+97=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #350661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350661 is #CAF99E. Grayscale: #1E1E1E. Windows color (decimal): -13302175 or 6358581. OLE color: 6358581.

HSL color Cylindrical-coordinate representation of color #350661: hue angle of 270.99º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350661 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB53697-
CMYK0.450.9400.62
HSL270.99º88.35%20.2%-
HSV(B)270.99º93.81%38.04%-
XYZ3.691.7511.45-
YUV30.43165.57144.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 33.97%
GREEN value IS 6 (2.73% from 255) = 3.85%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=33.97%
G=3.85%
B=62.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal536970.450.9400.62270.9988.3520.2
Hex356612D5E03E10f5814
Octal6561415513607641713024
Binary110101110110000110110110111100111110100001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350661; }

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

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

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

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

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

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

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

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