#350B65

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

Shades of Christalle #350B65

Tints of Christalle #350B65

Color information

#350B65 (or 0x350B65) is unknown color: approx Christalle. HEX triplet: 35, 0B and 65. RGB value is (53,11,101). Sum of RGB (Red+Green+Blue) = 53+11+101=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #350B65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350B65 is #CAF49A. Grayscale: #212121. Windows color (decimal): -13300891 or 6622005. OLE color: 6622005.

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

Color convert

RGB5311101-
CMYK0.480.8900.60
HSL268º80.36%21.96%-
HSV(B)268º89.11%39.61%-
XYZ3.941.9412.48-
YUV33.82165.91141.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 101 (39.84% from 255) = 61.21%
R=32.12%
G=6.67%
B=61.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53111010.480.8900.6026880.3621.96
Hex35B65305903C10c5016
Octal65131456013107441412026
Binary1101011011110010111000010110010111100100001100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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