#350B61

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

Shades of Christalle #350B61

Tints of Christalle #350B61

Color information

#350B61 (or 0x350B61) is unknown color: approx Christalle. HEX triplet: 35, 0B and 61. RGB value is (53,11,97). Sum of RGB (Red+Green+Blue) = 53+11+97=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #350B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350B61 is #CAF49E. Grayscale: #212121. Windows color (decimal): -13300895 or 6359861. OLE color: 6359861.

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

Color convert

RGB531197-
CMYK0.450.8900.62
HSL269.3º79.63%21.18%-
HSV(B)269.3º88.66%38.04%-
XYZ3.751.8611.47-
YUV33.36163.91142.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 11 (4.69% from 255) = 6.83%
BLUE value IS 97 (38.28% from 255) = 60.25%
R=32.92%
G=6.83%
B=60.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5311970.450.8900.62269.379.6321.18
Hex35B612D5903E10d5015
Octal65131415513107641512025
Binary1101011011110000110110110110010111110100001101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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