#350965

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

Shades of Christalle #350965

Tints of Christalle #350965

Color information

#350965 (or 0x350965) is unknown color: approx Christalle. HEX triplet: 35, 09 and 65. RGB value is (53,9,101). Sum of RGB (Red+Green+Blue) = 53+9+101=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #350965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350965 is #CAF69A. Grayscale: #202020. Windows color (decimal): -13301403 or 6621493. OLE color: 6621493.

HSL color Cylindrical-coordinate representation of color #350965: hue angle of 268.7º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350965 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB539101-
CMYK0.480.9100.60
HSL268.7º83.64%21.57%-
HSV(B)268.7º91.09%39.61%-
XYZ3.911.8912.47-
YUV32.64166.58142.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 101 (39.84% from 255) = 61.96%
R=32.52%
G=5.52%
B=61.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5391010.480.9100.60268.783.6421.57
Hex35965305B03C10d5416
Octal65111456013307441512426
Binary1101011001110010111000010110110111100100001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350965; }

 p { color: rgb(53,9,101); }

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

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

 a { background-color: rgb(53,9,101); }

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

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

 span { border-color: rgb(53,9,101); }

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