#361357

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

Shades of Christalle #361357

Tints of Christalle #361357

Color information

#361357 (or 0x361357) is unknown color: approx Christalle. HEX triplet: 36, 13 and 57. RGB value is (54,19,87). Sum of RGB (Red+Green+Blue) = 54+19+87=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #361357 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361357 is #C9ECA8. Grayscale: #242424. Windows color (decimal): -13233321 or 5706550. OLE color: 5706550.

HSL color Cylindrical-coordinate representation of color #361357: hue angle of 270.88º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361357 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB541987-
CMYK0.380.7800.66
HSL270.88º64.15%20.78%-
HSV(B)270.88º78.16%34.12%-
XYZ3.471.949.21-
YUV37.22156.1139.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 87 (34.38% from 255) = 54.38%
R=33.75%
G=11.88%
B=54.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5419870.380.7800.66270.8864.1520.78
Hex361357264E04210f4015
Octal662312746116010241710025
Binary110110100111010111100110100111001000010100001111100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361357; }

 p { color: rgb(54,19,87); }

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

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

 a { background-color: rgb(54,19,87); }

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

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

 span { border-color: rgb(54,19,87); }

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