#360F60

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

Shades of Christalle #360F60

Tints of Christalle #360F60

Color information

#360F60 (or 0x360F60) is unknown color: approx Christalle. HEX triplet: 36, 0F and 60. RGB value is (54,15,96). Sum of RGB (Red+Green+Blue) = 54+15+96=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #360F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F60 is #C9F09F. Grayscale: #232323. Windows color (decimal): -13234336 or 6295350. OLE color: 6295350.

HSL color Cylindrical-coordinate representation of color #360F60: hue angle of 268.89º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #360F60 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB541596-
CMYK0.440.8400.62
HSL268.89º72.97%21.76%-
HSV(B)268.89º84.38%37.65%-
XYZ3.81.9711.25-
YUV35.9161.92140.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 15 (6.25% from 255) = 9.09%
BLUE value IS 96 (37.89% from 255) = 58.18%
R=32.73%
G=9.09%
B=58.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5415960.440.8400.62268.8972.9721.76
Hex36F602C5403E10d4916
Octal66171405412407641511126
Binary1101101111110000010110010101000111110100001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360F60; }

 p { color: rgb(54,15,96); }

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

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

 a { background-color: rgb(54,15,96); }

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

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

 span { border-color: rgb(54,15,96); }

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