#361C68

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

Shades of Christalle #361C68

Tints of Christalle #361C68

Color information

#361C68 (or 0x361C68) is unknown color: approx Christalle. HEX triplet: 36, 1C and 68. RGB value is (54,28,104). Sum of RGB (Red+Green+Blue) = 54+28+104=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #361C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C68 is #C9E397. Grayscale: #2C2C2C. Windows color (decimal): -13231000 or 6822966. OLE color: 6822966.

HSL color Cylindrical-coordinate representation of color #361C68: hue angle of 260.53º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #361C68 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5428104-
CMYK0.480.7300.59
HSL260.53º57.58%25.88%-
HSV(B)260.53º73.08%40.78%-
XYZ4.442.6113.37-
YUV44.44161.61134.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.03%
GREEN value IS 28 (11.33% from 255) = 15.05%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=29.03%
G=15.05%
B=55.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54281040.480.7300.59260.5357.5825.88
Hex361C68304903B1053a1a
Octal6634150601110734057232
Binary1101101110011010001100001001001011101110000010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361C68; }

 p { color: rgb(54,28,104); }

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

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

 a { background-color: rgb(54,28,104); }

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

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

 span { border-color: rgb(54,28,104); }

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