#361c69

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

Shades of Christalle #361C69

Tints of Christalle #361C69

Color information

#361C69 (or 0x361C69) is unknown color: approx Christalle. HEX triplet: 36, 1C and 69. RGB value is (54,28,105). Sum of RGB (Red+Green+Blue) = 54+28+105=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #361C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C69 is #C9E396. Grayscale: #2C2C2C. Windows color (decimal): -13230999 or 6888502. OLE color: 6888502.

HSL color Cylindrical-coordinate representation of color #361C69: hue angle of 260.26º 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 #361C69 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5428105-
CMYK0.490.7300.59
HSL260.26º57.89%26.08%-
HSV(B)260.26º73.33%41.18%-
XYZ4.492.6313.64-
YUV44.55162.11134.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.88%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=28.88%
G=14.97%
B=56.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54281050.490.7300.59260.2657.8926.08
Hex361C69314903B1043a1a
Octal6634151611110734047232
Binary1101101110011010011100011001001011101110000010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361c69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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